source:
trip-planner-front/node_modules/engine.io/build/transports-uws/index.js@
76712b2
Last change on this file since 76712b2 was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 253 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | Object.defineProperty(exports, "__esModule", { value: true }); |
3 | const polling_1 = require("./polling"); |
4 | const websocket_1 = require("./websocket"); |
5 | exports.default = { |
6 | polling: polling_1.Polling, |
7 | websocket: websocket_1.WebSocket |
8 | }; |
Note:
See TracBrowser
for help on using the repository browser.