You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
198 B

  1. import ws from "./ws";
  2. const handler = {
  3. scheme: "wss",
  4. domainHost: ws.domainHost,
  5. parse: ws.parse,
  6. serialize: ws.serialize
  7. };
  8. export default handler;
  9. //# sourceMappingURL=wss.js.map