mirror of
https://github.com/LukeHagar/relay.git
synced 2025-12-06 04:21:14 +00:00
5 lines
189 B
JavaScript
5 lines
189 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const socket_js_1 = require("./socket.js");
|
|
exports.default = (uri, opts) => new socket_js_1.Socket(uri, opts);
|