Function buildAstFromExecutable
- buildAstFromExecutable(executable: string, processors?: Record<string, ((fn: string, args: any[]) => any)>): any
Parameters
- executable: string
- processors: Record<string, ((fn: string, args: any[]) => any)> = {}
Returns any