UNPKG

openapi-ts-json-schema

Version:

Generate TypeScript-first JSON schemas from OpenAPI definitions

6 lines (5 loc) 155 B
/** * Replace "/" occurrences with "_" * and any other file path unsafe character with "!" */ export declare function filenamify(name: string): string;