source: trip-planner-front/node_modules/uri-js/dist/esnext/schemes/wss.js@ 6a80231

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 198 bytes
Line 
1import ws from "./ws";
2const handler = {
3 scheme: "wss",
4 domainHost: ws.domainHost,
5 parse: ws.parse,
6 serialize: ws.serialize
7};
8export default handler;
9//# sourceMappingURL=wss.js.map
Note: See TracBrowser for help on using the repository browser.