From 96cd2c9ae4c48f9d2e6638ab26074277a3a6cf6b Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Tue, 17 Nov 2020 08:03:22 +0900 Subject: [PATCH] fix(typings): export ManagerOptions (#1398) --- lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.ts b/lib/index.ts index 42f0e5bb5..85499dad4 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -92,5 +92,5 @@ exports.connect = lookup; * @public */ -export { Manager } from "./manager"; +export { Manager, ManagerOptions } from "./manager"; export { lookup as io, Socket, SocketOptions };