mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Initial Commit
This commit is contained in:
1
socket.io-redis/socket.io-redis-tests.ts
Normal file
1
socket.io-redis/socket.io-redis-tests.ts
Normal file
@@ -0,0 +1 @@
|
||||
/// <reference path="socket.io-redis.d.ts"/>
|
||||
14
socket.io-redis/socket.io-redis.d.ts
vendored
Normal file
14
socket.io-redis/socket.io-redis.d.ts
vendored
Normal 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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user