mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Initial Commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/// <reference path="socket.io-redis.d.ts"/>
|
||||
Vendored
+14
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user