Skip to content

Commit

Permalink
refactor(sio-client): reexport transports from the engine
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 25, 2024
1 parent aead835 commit 71387e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/socket.io-client/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,12 @@ export {
lookup as connect,
lookup as default,
};

export {
Fetch,
NodeXHR,
XHR,
NodeWebSocket,
WebSocket,
WebTransport,
} from "engine.io-client";

0 comments on commit 71387e5

Please sign in to comment.