index.d.ts 194 Bytes
import { Polling } from "./polling";
import { WebSocket } from "./websocket";
declare const _default: {
    polling: typeof Polling;
    websocket: typeof WebSocket;
};
export default _default;