UNPKG

openapi-route-expander

Version:

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

2 lines (1 loc) 98 B
export declare function resolveRefsInRoutes(inputFilePath: string, outputFilePath: string): void;