node-ejs-renderer/node_modules/ajv/dist/runtime/uri.d.ts

7 lines
132 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
import * as uri from "uri-js";
type URI = typeof uri & {
code: string;
};
declare const _default: URI;
export default _default;