1 | ;
|
2 | var __importDefault = (this && this.__importDefault) || function (mod) {
|
3 | return (mod && mod.__esModule) ? mod : { "default": mod };
|
4 | };
|
5 | Object.defineProperty(exports, "__esModule", { value: true });
|
6 | exports.WebSocket = void 0;
|
7 | var ws_1 = __importDefault(require("ws"));
|
8 | exports.WebSocket = ws_1.default;
|
9 | //# sourceMappingURL=ws.js.map |
\ | No newline at end of file |