UNPKG

@lonu/stc

Version:

A tool for converting OpenApi/Swagger/Apifox into code.

4 lines 244 B
import type { ParsedPath } from "../types.js"; export declare function _format(sep: string, pathObject: Partial<ParsedPath>): string; export declare function assertArg(pathObject: Partial<ParsedPath>): void; //# sourceMappingURL=format.d.ts.map