Spaces:
Paused
Paused
File size: 254 Bytes
f9f0fec |
1 2 3 4 5 6 7 8 9 |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const polling_1 = require("./polling");
const websocket_1 = require("./websocket");
exports.default = {
polling: polling_1.Polling,
websocket: websocket_1.WebSocket,
};
|