mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-06 04:21:14 +00:00
3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
import { Socket } from "./socket.js";
|
|
export default (uri, opts) => new Socket(uri, opts);
|