mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 16:32:58 +00:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
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
|