Make the 'new' keyword optional for ES6 classes
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a utility to make the `new` keyword optional when instantiating ES6 classes, allowing them to be called without `new` like traditional constructor functions. It's intended for developers who want to maintain compatibility with code that relies on optional `new` usage while working with ES6 classes.