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

Chunk is a lightweight JavaScript utility for splitting arrays into smaller, evenly-sized chunks, with a default chunk size of 2. It's designed for developers who need to process or organize array data in manageable segments, and can be easily installed via npm or bower.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ryancole/chunk

Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions

Support the repos that depend on this repository

Top contributors

ryancole's profile
ryancole
16 contributions
gordey4doronin's profile
gordey4doronin
1 contributions

Recent events

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

No events yet
ryancole

ryancole/chunk

Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.

JavaScript
32
4
No license