source: imaps-frontend/node_modules/uri-js/dist/esnext/schemes/wss.js@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100755
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.