Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

reverseParseRule(instructionSet, placeHolderArray, stringReplacements): string
Converts an instruction set back into a human-readable rule condition string.

Parameters

ParameterTypeDescription
instructionSetnumber[]The instruction set to reverse parse.
placeHolderArraystring[]An array of placeholders used in the instruction set.
stringReplacementsstringReplacement[]An array of string replacements for specific instructions.

Returns

string A human-readable rule condition string.

Defined in

src/parsing/reverse-parsing-logic.ts:40