Initial Commit

This commit is contained in:
Philipp Holzer
2016-03-31 22:30:33 +02:00
committed by Philipp
parent e937b3e64a
commit 25a7d33576
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1 @@
/// <reference path="socket.io-redis.d.ts"/>

14
socket.io-redis/socket.io-redis.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
// Type definitions for socket.io-redis 1.
// Project: http://socket.io/
// Definitions by: PROGRE <https://github.com/progre/>, Damian Connolly <https://github.com/divillysausages/>, Florent Poujol <https://github.com/florentpoujol/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare var io: SocketIORedisStatic;
declare module 'socket.io-redis' {
export = io;
}
interface SocketIORedisStatic {
}