Files
pyrofetes-frontend/node_modules/ajv/dist/runtime/uri.d.ts
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

7 lines
134 B
TypeScript

import * as uri from "fast-uri";
type URI = typeof uri & {
code: string;
};
declare const _default: URI;
export default _default;