UNPKG

limiter

Version:

A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled

3 lines 129 B
export { RateLimiter } from "./RateLimiter.js"; export { TokenBucket } from "./TokenBucket.js"; //# sourceMappingURL=index.js.map