source: trip-planner-front/node_modules/engine.io/build/transports-uws/index.d.ts@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 194 bytes
Line 
1import { Polling } from "./polling";
2import { WebSocket } from "./websocket";
3declare const _default: {
4 polling: typeof Polling;
5 websocket: typeof WebSocket;
6};
7export default _default;
Note: See TracBrowser for help on using the repository browser.