mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
SocketIOClient.Socket was missing connected property
This commit is contained in:
+1
@@ -27,6 +27,7 @@ declare module SocketIOClient {
|
||||
emit(event: string, ...args: any[]): Socket;
|
||||
listeners(event: string): Function[];
|
||||
hasListeners(event: string): boolean;
|
||||
connected: boolean;
|
||||
}
|
||||
|
||||
interface ManagerStatic {
|
||||
|
||||
Reference in New Issue
Block a user