mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added handshake data to socket.io Socket interface
This commit is contained in:
Vendored
+1
@@ -20,6 +20,7 @@ declare module "socket.io" {
|
||||
log: any;
|
||||
volatile: any;
|
||||
broadcast: any;
|
||||
handshake: any;
|
||||
in(room: string): Socket;
|
||||
to(room: string): Socket;
|
||||
join(name: string, fn: Function): Socket;
|
||||
|
||||
Reference in New Issue
Block a user