Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of miketheprogrammer/node-lazy-range

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

miketheprogrammer's profile
miketheprogrammer
3 contributions
bitdeli-chef's profile
bitdeli-chef
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
miketheprogrammer

miketheprogrammer/node-lazy-range

Lazy Range function for JS. Exposes forEach forEachAsync and toArray

JavaScript
0
0
MIT License

Node‑lazy‑range is a tiny utility library that generates numeric ranges on demand, letting developers treat the range like a lazy collection. It provides chainable methods such as `map`, `toArray`, `forEach` and an asynchronous `forEachAsync`, enabling efficient iteration without first building a full array—useful for Node.js or browser code that needs fast, memory‑light sequence processing.