source:
imaps-frontend/node_modules/ajv/dist/runtime/uri.d.ts@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 134 bytes |
Line | |
---|---|
1 | import * as uri from "fast-uri"; |
2 | type URI = typeof uri & { |
3 | code: string; |
4 | }; |
5 | declare const _default: URI; |
6 | export default _default; |
Note:
See TracBrowser
for help on using the repository browser.