Babel plugin to enable importing modules using a glob pattern
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is a Babel plugin that allows importing modules using glob patterns, enabling developers to import multiple modules at once without specifying each one individually. It's particularly useful for projects with many modules in a directory, such as template files or modules with side effects. The plugin is designed for JavaScript developers using Babel who need a more efficient way to manage imports in their projects.