UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

15 lines (14 loc) 380 B
import { BoatsRC } from './interfaces/BoatsRc'; /** * Bundles many files together and returns the final output path */ declare const _default: (input: { inputFile: string; outputFile: string; boatsRc: BoatsRC; indentation: number; doNotValidate: boolean; excludeVersion: boolean; dereference: boolean; }) => Promise<string>; export default _default;