A babel plugin that automatically exports all top-level names
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Babel plugin automatically exports all top-level names in a module, transforming code to include explicit exports alongside existing ones. It's primarily designed for testing scenarios where you need access to internal functions and variables without manually exporting them in production code. The plugin is useful for developers who want to maintain cleaner production exports while still having full access to module internals during testing.