feat(esm): export the Namespace and Socket class (#3699)

This commit is contained in:
Pablo Tejada
2021-01-14 18:28:20 -05:00
committed by GitHub
parent 9925746c8e
commit 233650c222

View File

@@ -1,3 +1,3 @@
import io from "./dist/index.js";
export const Server = io.Server;
export const {Server, Namespace, Socket} = io;