Files

9 lines
254 B
JavaScript
Raw Permalink Normal View History

2025-05-12 16:42:36 +09:00
"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,
};