Skip to content

Commit

Permalink
feat(esm): export the Namespace and Socket class (socketio#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptejada committed Jan 14, 2021
1 parent 0d29604 commit 24ee255
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 24ee255

Please sign in to comment.