@kubb/oas
Version:
OpenAPI Specification (OAS) utilities and helpers for Kubb, providing parsing, normalization, and manipulation of OpenAPI/Swagger schemas.
6 lines (5 loc) • 352 B
text/typescript
export * from './types.ts'
export { findSchemaDefinition, matchesMimeType } from 'oas/utils'
export { isRequired, isOptional, isDiscriminator, isNullable, isReference, isParameterObject, isOpenApiV3_1Document, merge, parse } from './utils.ts'
export { Oas } from './Oas.ts'
export type { Infer, Model, RequestParams, Response } from './infer/index.ts'