Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts')
-rw-r--r--node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts b/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts
deleted file mode 100644
index 261ddce..0000000
--- a/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { URISchemeHandler, URIOptions } from "../uri";
-import { URNComponents } from "./urn";
-export interface UUIDComponents extends URNComponents {
- uuid?: string;
-}
-declare const handler: URISchemeHandler<UUIDComponents, URIOptions, URNComponents>;
-export default handler;