blob: 2825a6fcd360f3ac21e06739c3621b1e686b154e [file] [log] [blame]
"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
};