RawFuncI
export interface RawFuncI {
load(
db: Map<string, RawFuncI>,
dst: Definitions,
ttp?: string[],
ftp?: string[]
): void
name: string
toIR(
ttp?: string[],
ftp?: string[]
): SourceMappedStringI
}
Properties
load
load(
db: Map<string, RawFuncI>,
dst: Definitions,
ttp?: string[],
ftp?: string[]
): void
name
name: string
toIR
toIR(
ttp?: string[],
ftp?: string[]
): SourceMappedStringI