UNPKG

ajv

Version:

Another JSON Schema Validator

7 lines (4 loc) 162 B
import * as uri from "fast-uri" type URI = typeof uri & {code: string} ;(uri as URI).code = 'require("ajv/dist/runtime/uri").default' export default uri as URI