Wrap an EventEmitter for easy listener cleanup
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
**event-cleanup** is a utility that wraps an EventEmitter to provide isolated listener management, allowing developers to add event listeners without polluting the original emitter. It's particularly useful for developers who need to temporarily attach listeners in functions and ensure clean removal, eliminating the risk of listener leaks. The library is ideal for Node.js developers working with event-driven architectures who want a cleaner way to manage listener lifecycles.