mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Expose connected property and discount function.
This commit is contained in:
Vendored
+2
@@ -67,6 +67,8 @@ declare module SocketIO {
|
||||
on(event: string, listener: Function): any;
|
||||
broadcast: Socket;
|
||||
volatile: Socket;
|
||||
connected: boolean;
|
||||
disconnect(close: boolean): Socket;
|
||||
}
|
||||
|
||||
interface Client {
|
||||
|
||||
Reference in New Issue
Block a user