We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3b54f commit bd4c965Copy full SHA for bd4c965
packages/engine.io/lib/transports/index.ts
@@ -2,7 +2,7 @@ import { Polling as XHR } from "./polling";
2
import { JSONP } from "./polling-jsonp";
3
import { WebSocket } from "./websocket";
4
import { WebTransport } from "./webtransport";
5
-import { EngineRequest } from "../transport";
+import type { EngineRequest } from "../transport";
6
7
export default {
8
polling,
0 commit comments