diff --git a/socket.io-redis/socket.io-redis-tests.ts b/socket.io-redis/socket.io-redis-tests.ts new file mode 100644 index 000000000..a417be85f --- /dev/null +++ b/socket.io-redis/socket.io-redis-tests.ts @@ -0,0 +1 @@ +/// diff --git a/socket.io-redis/socket.io-redis.d.ts b/socket.io-redis/socket.io-redis.d.ts new file mode 100644 index 000000000..38c12b305 --- /dev/null +++ b/socket.io-redis/socket.io-redis.d.ts @@ -0,0 +1,14 @@ +// Type definitions for socket.io-redis 1. +// Project: http://socket.io/ +// Definitions by: PROGRE , Damian Connolly , Florent Poujol +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +declare var io: SocketIORedisStatic; + +declare module 'socket.io-redis' { + export = io; +} + +interface SocketIORedisStatic { + +}