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 8af7019 commit 98741e1Copy full SHA for 98741e1
packages/socket.io-client/lib/index.ts
@@ -1,6 +1,6 @@
1
import { url } from "./url.js";
2
import { Manager, ManagerOptions } from "./manager.js";
3
-import { Socket, SocketOptions } from "./socket.js";
+import { DisconnectDescription, Socket, SocketOptions } from "./socket.js";
4
import debugModule from "debug"; // debug()
5
6
const debug = debugModule("socket.io-client"); // debug()
@@ -91,6 +91,7 @@ export { protocol } from "socket.io-parser";
91
*/
92
93
export {
94
+ DisconnectDescription,
95
Manager,
96
ManagerOptions,
97
Socket,
0 commit comments