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 9925746 commit 233650cCopy full SHA for 233650c
wrapper.mjs
@@ -1,3 +1,3 @@
1
import io from "./dist/index.js";
2
3
-export const Server = io.Server;
+export const {Server, Namespace, Socket} = io;
0 commit comments