Flatten a multi-dimensional array in JavaScript.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a lightweight JavaScript utility for flattening nested arrays into a single-level array. It's designed for developers working with older JavaScript environments (pre-Node.js 11) who need to flatten arrays but don't have access to the native `Array.flat()` method. The library is particularly useful for Node.js and frontend projects that require consistent array flattening across different JavaScript runtimes.