UNPKG

redis-sliding-rate-limiter

Version:

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

10 lines (9 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Strategy = void 0; class Strategy { constructor(limiter) { this.limiter = limiter; } } exports.Strategy = Strategy;