Logo
Type aliases

InfoString

InfoString = object

Defined in: 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

originalFunction

originalFunction: string | undefined

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


parameterMapping

parameterMapping: Record<string, number>

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

On this page