diff --git a/socket.io/socket.io.d.ts b/socket.io/socket.io.d.ts index be79b2dcd..184468b12 100644 --- a/socket.io/socket.io.d.ts +++ b/socket.io/socket.io.d.ts @@ -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;