How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Is the value an object or an array but not null or RegExp?
**Summary:** `objectorarray` is a tiny utility library that determines whether a given value is an object or an array, explicitly excluding `null`, `RegExp` instances, functions, primitives, and `undefined`. It’s aimed at JavaScript developers who need a reliable, lightweight check for “object‑like” values in Node.js or browser projects.