UNPKG

@nest-lab/throttler-storage-redis

Version:

Redis storage provider for the @nestjs/throttler package

5 lines (4 loc) 163 B
import { ThrottlerStorageRedis } from './throttler-storage-redis.interface'; export type Type<T extends ThrottlerStorageRedis> = { new (...args: any[]): T; };