Polyfill for DisposableStack and AsyncDisposableStack
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This polyfill provides implementations of `DisposableStack` and `AsyncDisposableStack` for JavaScript/TypeScript environments that lack native support, enabling the use of the `using` syntax for deterministic resource cleanup. It's intended for developers who want to adopt this modern resource management pattern in older runtimes or frameworks like older Node.js versions or certain bundler configurations. The polyfill must be imported early