UNPKG

openapi-ts-json-schema

Version:

Generate TypeScript-first JSON schemas from OpenAPI definitions

5 lines (4 loc) 109 B
export declare function saveFile({ path, data, }: { path: string[]; data: string; }): Promise<void>;