source: trip-planner-front/node_modules/engine.io/build/transports-uws/index.js@ 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: 253 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const polling_1 = require("./polling");
4const websocket_1 = require("./websocket");
5exports.default = {
6 polling: polling_1.Polling,
7 websocket: websocket_1.WebSocket
8};
Note: See TracBrowser for help on using the repository browser.