unwrap‑single‑prop is a tiny utility that inspects an object (or array‑like container) and, if it contains only a single property whose key matches a supplied name (commonly “default”), returns that property's value; otherwise it returns the original container unchanged. It’s aimed at JavaScript developers dealing with module imports that may be wrapped in an extra `default` property (e.g., `require(...).default`).
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
If your container element holds just a single property, and its key is named as you suspect it may, return just that property's value. Otherwise, return the original container. Useful for `require(…).default` situations.