thingies
This commit is contained in:
parent
c44d00c625
commit
a561131d0c
1260 changed files with 295975 additions and 0 deletions
17
parts/3/phonebookBackend/node_modules/uri-js/dist/esnext/index.js
generated
vendored
Executable file
17
parts/3/phonebookBackend/node_modules/uri-js/dist/esnext/index.js
generated
vendored
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
import { SCHEMES } from "./uri";
|
||||
import http from "./schemes/http";
|
||||
SCHEMES[http.scheme] = http;
|
||||
import https from "./schemes/https";
|
||||
SCHEMES[https.scheme] = https;
|
||||
import ws from "./schemes/ws";
|
||||
SCHEMES[ws.scheme] = ws;
|
||||
import wss from "./schemes/wss";
|
||||
SCHEMES[wss.scheme] = wss;
|
||||
import mailto from "./schemes/mailto";
|
||||
SCHEMES[mailto.scheme] = mailto;
|
||||
import urn from "./schemes/urn";
|
||||
SCHEMES[urn.scheme] = urn;
|
||||
import uuid from "./schemes/urn-uuid";
|
||||
SCHEMES[uuid.scheme] = uuid;
|
||||
export * from "./uri";
|
||||
//# sourceMappingURL=index.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue