UNPKG

openapi-ts-json-schema

Version:

Generate TypeScript-first JSON schemas from OpenAPI definitions

5 lines (4 loc) 302 B
export { openapiToTsJsonSchema } from './openapiToTsJsonSchema.js'; export type { Plugin } from './types.js'; export { default as fastifyIntegrationPlugin } from './plugins/fastifyIntegrationPlugin.js'; export { default as generateSchemaWith$idPlugin } from './plugins/generateSchemaWith$idPlugin.js';