UNPKG

@redocly/openapi-core

Version:

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

4 lines 253 B
import { type LoadOptions, type 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