mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
- ReferencePath to socket.io
This commit is contained in:
Vendored
+3
-2
@@ -5,8 +5,7 @@
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="../redis/redis.d.ts" />
|
||||
|
||||
import { RedisClient } from 'redis';
|
||||
/// <reference path="../socket.io/socket.io.d.ts" />
|
||||
|
||||
declare module 'socket.io-redis' {
|
||||
var io: SocketIORedisStatic;
|
||||
@@ -14,6 +13,8 @@ declare module 'socket.io-redis' {
|
||||
export = io;
|
||||
}
|
||||
|
||||
import { RedisClient } from 'redis';
|
||||
|
||||
interface SocketIORedisStatic {
|
||||
/**
|
||||
* Creates a new Redis Adapter
|
||||
|
||||
Reference in New Issue
Block a user