UNPKG
@nest-lab/throttler-storage-redis
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.0
Redis storage provider for the @nestjs/throttler package
github.com/jmcdo29/nest-lab
@nest-lab/throttler-storage-redis
/
src
/
type.d.ts
5 lines
(4 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
import
{
ThrottlerStorageRedis
}
from
'./throttler-storage-redis.interface'
;
export
type
Type
<T
extends
ThrottlerStorageRedis
> = {
new
(...
args
:
any
[]): T; };