UNPKG

maests

Version:

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

9 lines (8 loc) 217 B
import { out, resetOut } from "./out.mjs"; import { writeFileWithDirectorySync } from "./utils.mjs"; const writeYaml = (outPath) => { writeFileWithDirectorySync(outPath, out), resetOut(); }; export { writeYaml };