Skip to content

Commit

Permalink
fix(typings): export ManagerOptions (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrise30 committed Nov 16, 2020
1 parent 9ab148c commit 9216e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ exports.connect = lookup;
* @public
*/

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

0 comments on commit 9216e64

Please sign in to comment.