From 38ee1254922238ee446cf70acdc2565c06e5b0ac Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Wed, 18 Dec 2013 18:24:15 +1100 Subject: [PATCH] Update socket.io.d.ts --- socket.io/socket.io.d.ts | 3 +++ 1 file changed, 3 insertions(+) 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;