UNPKG

maests

Version:

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

6 lines (5 loc) 256 B
export declare const handleNest: (func: () => any, parseAsYaml?: boolean) => any; export declare let out: string; export declare const resetOut: () => void; export declare const addOut: (command: string) => void; export declare const getOut: () => string;