UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

3 lines (2 loc) 138 B
export declare const rewriteCode: (fullFlowPath: string) => Promise<string>; export declare const deleteExport: (code: string) => string;