UNPKG

redis-sliding-rate-limiter

Version:

Flexible and performant rate limiter based on sliding window algorithm with arbitrary precision

3 lines 171 B
export { RateLimiter, RateLimiterOptions, RateLimiterResponse } from './RateLimiter'; export { Unit } from './lua'; export { createExpressMiddleware } from './middleware';