We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50671d9 commit f62f180Copy full SHA for f62f180
lib/index.ts
@@ -712,4 +712,4 @@ emitterMethods.forEach(function(fn) {
712
module.exports = (srv?, opts?) => new Server(srv, opts);
713
module.exports.Server = Server;
714
715
-export { Socket }; // for "connect" event typing
+export { Socket, ServerOptions, Namespace };
0 commit comments