Spaces:
Runtime error
Runtime error
File size: 160 Bytes
1df763a | 1 2 3 4 5 6 7 | import * as uri from "uri-js"
type URI = typeof uri & {code: string}
;(uri as URI).code = 'require("ajv/dist/runtime/uri").default'
export default uri as URI
|