`obj-functor` is a tiny JavaScript utility that turns a plain object into a “functor” by attaching a `map` method (built on top of `@f/map-obj`). It lets developers apply a function to each value of an object in a functional style, e.g., `objFunctor({a:1}).map(v=>v+1) // → {a:2}`. The package is aimed at Node.js/frontend developers who want a simple, composable way to map over object values without writing boilerplate code.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.