diff --git a/socket.io/socket.io.d.ts b/socket.io/socket.io.d.ts index 896643e4a..a1288a0cc 100644 --- a/socket.io/socket.io.d.ts +++ b/socket.io/socket.io.d.ts @@ -63,3 +63,6 @@ interface SocketManager { on(ns: string, fn: Function): SocketManager; sockets: SocketNamespace; } + +// For client side usage declare io: +declare var io:any;