How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Detects precise type of objects like `Array()`, `new Number(1)`, `new Boolean(true)`, etc
Precise‑typeof is a tiny JavaScript utility that improves on the built‑in `typeof` operator by returning exact type names for a wide range of values—arrays, dates, RegExp, Buffers, DOM nodes, ES6 symbols, wrapper objects (`new Number()`, `new Boolean()`), etc. It’s packaged as an npm module for developers who need reliable type detection in Node or browser environments, with an optional `pojoOnly` mode that treats only plain objects as “object” and reports custom constructor names.