compile es6 rest params to es3
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project compiles ES6 rest parameters to ES3-compatible code, transforming syntax like `...items` into `arguments` manipulation. It's designed for developers who need to use modern ES6 syntax while maintaining compatibility with older JavaScript environments that don't support rest parameters.