Skip to content

Commit

Permalink
fix(typings): export ManagerOptions (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Nov 16, 2020
1 parent 969d5c9 commit 96cd2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
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 96cd2c9

Please sign in to comment.