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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/uri-js/src/regexps-iri.ts')
-rw-r--r--node_modules/uri-js/src/regexps-iri.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/uri-js/src/regexps-iri.ts b/node_modules/uri-js/src/regexps-iri.ts
new file mode 100644
index 000000000..8bd605b43
--- /dev/null
+++ b/node_modules/uri-js/src/regexps-iri.ts
@@ -0,0 +1,4 @@
+import { URIRegExps } from "./uri";
+import { buildExps } from "./regexps-uri";
+
+export default buildExps(true);