Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
This service is courtesy of
Pledgie.
Sequentially is a library of temporal and frequency adverbs for JavaScript. It provides methods to queue a function for deferred or periodic execution, and to throttle the rate or number of times that a function can be called. You could think of it as a kind of memoization, where instead of caching the result it modifies when and whether a function is called.
— Read more