mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 22:09:29 +08:00
6 lines
160 B
Text
6 lines
160 B
Text
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
|