From 81a2311a93abafc50e9b730fc5426fe8c3715808 Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Sun, 8 Nov 2020 21:49:59 +0200 Subject: [PATCH] fix(typings): expose additional needed types these were exposed by @types/socket.io-client --- lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.ts b/lib/index.ts index 69cde969a..42f0e5bb5 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -93,4 +93,4 @@ exports.connect = lookup; */ export { Manager } from "./manager"; -export { lookup as io }; +export { lookup as io, Socket, SocketOptions };