Skip to content

Commit 19ab1e9

Browse files
author
Avi Vahl
authored
fix(typings): export Socket and SocketOptions types (#1394)
These were exposed by @types/socket.io-client.
1 parent 3add3e1 commit 19ab1e9

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
@@ -93,4 +93,4 @@ exports.connect = lookup;
9393
*/
9494

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

0 commit comments

Comments
 (0)