UNPKG

swagger2

Version:

Typescript-based tools for working with Swagger v2.0 documents

5 lines (4 loc) 279 B
export { loadDocumentSync, validateDocument } from './document.ts'; export { request as validateRequest, response as validateResponse, } from './validate.ts'; export { compile as compileDocument, type Compiled } from './compiler.ts'; export type { Document } from './schema.ts';