Closed urugator closed 2 months ago
Types are copied from yaml repo:
yaml
export declare function stringify(value: any, replacer?: Replacer | null, options?: string | number | (DocumentOptions & SchemaOptions & ParseOptions & CreateNodeOptions & ToStringOptions)): string;
To keep things simple and in line with getSpecAsJson the signature with options only (without replacer) is not supported.
getSpecAsJson
Fixes: https://github.com/metadevpro/openapi3-ts/issues/143
Types are copied from
yaml
repo:To keep things simple and in line with
getSpecAsJson
the signature with options only (without replacer) is not supported.Fixes: https://github.com/metadevpro/openapi3-ts/issues/143