Skip to content

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.

originalFunction: string | undefined

Defined in: .build/typescript/packages/autotool/src/internal/index.ts:21


parameterMapping: Record<string, number>

Defined in: .build/typescript/packages/autotool/src/internal/index.ts:22