UNPKG

97 BTypeScriptView Raw
1import { OpsYml } from '../types';
2export declare const parseYaml: (manifest: string) => OpsYml;