mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update socket.io.d.ts
This commit is contained in:
Vendored
+3
@@ -63,3 +63,6 @@ interface SocketManager {
|
||||
on(ns: string, fn: Function): SocketManager;
|
||||
sockets: SocketNamespace;
|
||||
}
|
||||
|
||||
// For client side usage declare io:
|
||||
declare var io:any;
|
||||
|
||||
Reference in New Issue
Block a user