mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 23:48:02 -05:00
feat(esm): export the Namespace and Socket class (#3699)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import io from "./dist/index.js";
|
||||
|
||||
export const Server = io.Server;
|
||||
export const {Server, Namespace, Socket} = io;
|
||||
|
||||
Reference in New Issue
Block a user