diff --git a/types/socket.io-client/index.d.ts b/types/socket.io-client/index.d.ts index 2f1cc22efd..f4f14c41c6 100644 --- a/types/socket.io-client/index.d.ts +++ b/types/socket.io-client/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for socket.io-client 1.4.4 +// Type definitions for socket.io-client 1.4.5 // Project: http://socket.io/ // Definitions by: PROGRE , Damian Connolly , Florent Poujol // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -58,6 +58,11 @@ interface SocketIOClientStatic { * Manager constructor - exposed for the standalone build */ Manager: SocketIOClient.ManagerStatic; + + /** + * Managers cache + */ + managers: { [key: string]: SocketIOClient.Manager } } declare namespace SocketIOClient {