UNPKG

jsonpolice

Version:

JSON Schema parser and validator

10 lines 304 B
import { StaticSchema } from './schema.js'; export * from 'jsonref'; export * from './errors.js'; export * from './schema.js'; export * from './types.js'; export function create(dataOrUri, opts) { return StaticSchema.create(dataOrUri, opts); } export default create; //# sourceMappingURL=index.js.map