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.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Recursively flattens an Array. I got ownership of this NPM package after the left-pad incident.