Update socket.io.d.ts

This commit is contained in:
Basarat Ali Syed
2013-12-18 18:24:15 +11:00
parent 3fcb43928f
commit 38ee125492
+3
View File
@@ -63,3 +63,6 @@ interface SocketManager {
on(ns: string, fn: Function): SocketManager;
sockets: SocketNamespace;
}
// For client side usage declare io:
declare var io:any;