UNPKG

openapi-route-expander

Version:

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

6 lines (5 loc) 165 B
export declare class Validation { private static absolutePath; static pathExist(path: string): void; static absolutePaths(paths: Array<string>): void; }