Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `unbounded` package is a replacement for `Function.prototype.bind` that adds a hidden `unbounded` property to bound functions, containing the original unbounded function. This allows developers to access the original function's properties like `length` and `toString`, and to properly chain `bind` calls. It's designed for JavaScript developers who need more control and flexibility when working with bound functions.