@kubb/plugin-oas
Version:
OpenAPI Specification (OAS) plugin for Kubb, providing core functionality for parsing and processing OpenAPI/Swagger schemas for code generation.
8 lines (7 loc) • 321 B
text/typescript
export { isOptional } from '@kubb/oas'
export { getBanner } from './getBanner.ts'
export { getComments } from './getComments.ts'
export { getFooter } from './getFooter.ts'
export { getPathParams } from './getParams.ts'
export { getSchemaFactory } from './getSchemaFactory.ts'
export { getSchemas } from './getSchemas.ts'