throttled-queue
Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.
throttle-typescript
Helper that returns a throttled function (TypeScript types included - works without TypeScript also)
dynamic-throttled-queue
Forked from shaunpersad/throttled-queue. Dynamically throttles arbitrary code to execute a minimum/maximum number of times per interval. Best for making throttled API requests.