UNPKG

swagger2

Version:

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

4 lines (3 loc) 193 B
import type { Document } from './schema.ts'; export declare function validateDocument(document: unknown): Document | undefined; export declare function loadDocumentSync(file: string): unknown;