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