UNPKG

swagger2

Version:

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

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