@types/rate-limit-redis
Advanced tools
Comparing version
// Type definitions for rate-limit-redis 1.6 | ||
// Project: https://github.com/wyattjoh/rate-limit-redis#readme | ||
// Definitions by: Chris Suich <https://github.com/csuich2> | ||
// Connor love <https://github.com/dotconnor> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -17,4 +18,6 @@ // TypeScript Version: 2.7 | ||
declare function RedisStore(options?: RedisStoreOptions): Store; | ||
declare var RedisStore: { | ||
new (options?: RedisStoreOptions): Store; | ||
}; | ||
export = RedisStore; |
{ | ||
"name": "@types/rate-limit-redis", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "TypeScript definitions for rate-limit-redis", | ||
@@ -11,6 +11,11 @@ "license": "MIT", | ||
"githubUsername": "csuich2" | ||
}, | ||
{ | ||
"name": "Connor love", | ||
"url": "https://github.com/dotconnor", | ||
"githubUsername": "dotconnor" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -26,4 +31,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "9c3e16a8abb0888a5ce968dfd8f0d616f3ced7e4a819f3c2d965bb63cd8b2357", | ||
"typeScriptVersion": "2.7" | ||
"typesPublisherContentHash": "382baa044d0afd5a31ea17e125fbbf67779e835262b5e8df5d48829f8d1e8138", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rate-limit-redis | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rate-limit-redis. | ||
Additional Details | ||
* Last updated: Mon, 14 Oct 2019 23:50:03 GMT | ||
* Dependencies: @types/redis, @types/express-rate-limit | ||
### Additional Details | ||
* Last updated: Thu, 20 Feb 2020 19:06:34 GMT | ||
* Dependencies: [@types/redis](https://npmjs.com/package/@types/redis), [@types/express-rate-limit](https://npmjs.com/package/@types/express-rate-limit) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Chris Suich <https://github.com/csuich2>. | ||
These definitions were written by [Chris Suich](https://github.com/csuich2), and [Connor love](https://github.com/dotconnor). |
3473
12.21%18
20%