Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71387e5

Browse files
committedOct 25, 2024
refactor(sio-client): reexport transports from the engine
1 parent aead835 commit 71387e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎packages/socket.io-client/lib/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,12 @@ export {
9999
lookup as connect,
100100
lookup as default,
101101
};
102+
103+
export {
104+
Fetch,
105+
NodeXHR,
106+
XHR,
107+
NodeWebSocket,
108+
WebSocket,
109+
WebTransport,
110+
} from "engine.io-client";

0 commit comments

Comments
 (0)
Please sign in to comment.