Init. Map does not function and only working on backend at the moment.
This commit is contained in:
7
node_modules/engine.io/build/transports-uws/index.d.ts
generated
vendored
Normal file
7
node_modules/engine.io/build/transports-uws/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { Polling } from "./polling";
|
||||
import { WebSocket } from "./websocket";
|
||||
declare const _default: {
|
||||
polling: typeof Polling;
|
||||
websocket: typeof WebSocket;
|
||||
};
|
||||
export default _default;
|
Reference in New Issue
Block a user