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

Flatten Array is a tiny Node.js utility that recursively flattens any nested JavaScript array into a single‑level array (e.g., `[1, [2, 3, [4, 5]]] → [1, 2, 3, 4, 5]`). It’s packaged as an NPM module for developers who need a simple, dependency‑free “deep flatten” function in their projects.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
fagnermartinsbrack

fagnermartinsbrack/flatten-array

Recursively flattens an Array. I got ownership of this NPM package after the left-pad incident.

JavaScript
2
1
MIT License
FagnerMartinsBrack's profile
FagnerMartinsBrack
9 contributions

Support the dependencies of fagnermartinsbrack/flatten-array

Account's avatar
LearnBoost/expect.js
BDD style assertions for node and the browser.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework