UNPKG

json-schema-to-typescript

Version:
3 lines (2 loc) 143 B
import { LinkedJSONSchema } from './types/JSONSchema'; export declare function validate(schema: LinkedJSONSchema, filename: string): string[];