maests
Version:
An executable compiler for creating Maestro's yaml-flows with typescript.
6 lines (5 loc) • 307 B
TypeScript
export declare const tsConfigDir: string;
export declare const maestsDir: string;
export declare const createYamlOutPath: (fullTsFlowPath: string) => string;
export declare const writeFileWithDirectorySync: (filePath: string, data: string) => void;
export declare const jiti: import("jiti/lib/types").Jiti;