Skip to content

Commit

Permalink
feat(esm): export the Namespace and Socket class (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptejada committed Jan 14, 2021
1 parent 9925746 commit 233650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper.mjs
@@ -1,3 +1,3 @@
import io from "./dist/index.js";

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

0 comments on commit 233650c

Please sign in to comment.