InfoString
InfoString =
object
Defined in: .build/typescript/packages/autotool/src/internal/index.ts:20
Internal
This is used in parser side to store the original function and parameter mapping.
In the runtime, originalFunction is a JS function.
Properties
Section titled “Properties”originalFunction
Section titled “originalFunction”originalFunction:
string
|undefined
Defined in: .build/typescript/packages/autotool/src/internal/index.ts:21
parameterMapping
Section titled “parameterMapping”parameterMapping:
Record
<string
,number
>
Defined in: .build/typescript/packages/autotool/src/internal/index.ts:22