mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
socket.io : fix for functions used in storing data associated with client. Closes #734
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ interface Socket {
|
||||
join(name: string, fn: Function): Socket;
|
||||
unjoin(name: string, fn: Function): Socket;
|
||||
set(key: string, value: any, fn: Function): Socket;
|
||||
get(key: string, value: any, fn: Function): Socket;
|
||||
get(key: string, fn: Function): Socket;
|
||||
has(key: string, fn: Function): Socket;
|
||||
del(key: string, fn: Function): Socket;
|
||||
disconnect(): Socket;
|
||||
|
||||
Reference in New Issue
Block a user