8 lines
194 B
TypeScript
Raw Normal View History

2023-10-10 22:00:26 +02:00
import { Polling } from "./polling";
import { WebSocket } from "./websocket";
declare const _default: {
polling: typeof Polling;
websocket: typeof WebSocket;
};
export default _default;