UNPKG

openapi-ts-json-schema

Version:

OpenAPI to JSON schema generator with TypeScript in mind

4 lines (3 loc) 189 B
export { openapiToTsJsonSchema } from './openapiToTsJsonSchema'; export { Plugin } from './types'; export { default as fastifyIntegrationPlugin } from './plugins/fastifyIntegrationPlugin';