browser-entrypoint.js 91 B

12
  1. import { Socket } from "./socket.js";
  2. export default (uri, opts) => new Socket(uri, opts);