File size: 91 Bytes
bc20498
 
1
2
3
import { Socket } from "./socket.js";
export default (uri, opts) => new Socket(uri, opts);