mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-25 03:06:03 +10: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);
|