Skip to content

Commit

Permalink
fix(typings): export Socket and SocketOptions types (#1394)
Browse files Browse the repository at this point in the history
These were exposed by @types/socket.io-client.
  • Loading branch information
AviVahl committed Nov 9, 2020
1 parent 3add3e1 commit 19ab1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Expand Up @@ -93,4 +93,4 @@ exports.connect = lookup;
*/

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

0 comments on commit 19ab1e9

Please sign in to comment.