We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969d5c9 commit 96cd2c9Copy full SHA for 96cd2c9
lib/index.ts
@@ -92,5 +92,5 @@ exports.connect = lookup;
92
* @public
93
*/
94
95
-export { Manager } from "./manager";
+export { Manager, ManagerOptions } from "./manager";
96
export { lookup as io, Socket, SocketOptions };
0 commit comments