UNPKG

131 BTypeScriptView Raw
1import { JSONSchema } from './types/JSONSchema';
2export declare function validate(schema: JSONSchema, filename: string): string[];