mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
+1
@@ -27,6 +27,7 @@ declare module SocketIOClient {
|
||||
emit(event: string, ...args: any[]): Socket;
|
||||
listeners(event: string): Function[];
|
||||
hasListeners(event: string): boolean;
|
||||
disconnect(): void;
|
||||
connected: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user