A NPM Package that is a recursive deep object merge utility function. ObjectParam1 absorbs properties from ObjectParam2
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
**Absorb** is a JavaScript utility that recursively merges objects, allowing one object to absorb properties from another with options to clone the result or preserve existing values. It's designed for developers needing flexible deep-merging behavior in Node.js or browser environments. The package is particularly useful when combining configuration objects or API responses without unintentional overwrites.