anti-rate-limit
Version:
anti-rate-limit is a powerful task queue rate limiter designed for Node.js applications. It allows developers to efficiently manage and control the rate at which tasks are executed by enforcing customizable rate limits, concurrency, and automatic retries
6 lines • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AntiRateLimit = void 0;
const antiRateLimit_1 = require("./antiRateLimit");
Object.defineProperty(exports, "AntiRateLimit", { enumerable: true, get: function () { return antiRateLimit_1.AntiRateLimit; } });
//# sourceMappingURL=index.js.map