swagger-2-ts-file
Version:
swagger json to ts file
7 lines (6 loc) • 418 B
TypeScript
export { default as openapiVersionValidate } from './openapi-version-validate';
export { default as openapiTypeFormat } from './openapi-type-format';
export { default as generateExport } from './generate-export';
export { default as handleSchema } from './handle-schema';
export { default as openapiOriginDataFormat } from './openapi-origin-data-format';
export { default as serializePaths } from './serialize-paths';