UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

4 lines (3 loc) 213 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;