File size: 194 Bytes
f9f0fec
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { Polling } from "./polling";
import { WebSocket } from "./websocket";
declare const _default: {
    polling: typeof Polling;
    websocket: typeof WebSocket;
};
export default _default;