UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

4 lines 248 B
import type { LoadOptions, DumpOptions } from 'js-yaml'; export declare const parseYaml: (str: string, opts?: LoadOptions) => unknown; export declare const stringifyYaml: (obj: any, opts?: DumpOptions) => string; //# sourceMappingURL=index.d.ts.map