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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/uri-js/src/schemes/https.ts')
-rw-r--r--assets/node_modules/uri-js/src/schemes/https.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/assets/node_modules/uri-js/src/schemes/https.ts b/assets/node_modules/uri-js/src/schemes/https.ts
deleted file mode 100644
index a19a494..0000000
--- a/assets/node_modules/uri-js/src/schemes/https.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
-import http from "./http";
-
-const handler:URISchemeHandler = {
- scheme : "https",
- domainHost : http.domainHost,
- parse : http.parse,
- serialize : http.serialize
-}
-
-export default handler; \ No newline at end of file