UNPKG

openapi-route-expander

Version:

A utility for resolving $ref in OpenAPI YAML routes, generating new YAML files without $ref, ready for OpenAPI processing.

5 lines (4 loc) 159 B
export declare class YAMLUtil { static parse(fileContent: string): Record<string, unknown>; static stringify(yaml: Record<string, unknown>): string; }