UNPKG

ajv

Version:

Another JSON Schema Validator

7 lines (6 loc) 132 B
import * as uri from "uri-js"; type URI = typeof uri & { code: string; }; declare const _default: URI; export default _default;