Skip to content

Commit 233650c

Browse files
authored
feat(esm): export the Namespace and Socket class (#3699)
1 parent 9925746 commit 233650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import io from "./dist/index.js";
22

3-
export const Server = io.Server;
3+
export const {Server, Namespace, Socket} = io;

0 commit comments

Comments
 (0)