index.d.ts 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { Polling } from "./polling"; import { WebSocket } from "./websocket"; declare const _default: { polling: typeof Polling; websocket: typeof WebSocket; }; export default _default;