Skip to content

Commit 96cd2c9

Browse files
authored
fix(typings): export ManagerOptions (#1398)
1 parent 969d5c9 commit 96cd2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ exports.connect = lookup;
9292
* @public
9393
*/
9494

95-
export { Manager } from "./manager";
95+
export { Manager, ManagerOptions } from "./manager";
9696
export { lookup as io, Socket, SocketOptions };

0 commit comments

Comments
 (0)