:shipit: Delete Cached node_modules useful when you need to "un-require" during testing for a fresh state.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`decache` is a tiny Node.js utility that removes modules from `require.cache`, allowing you to re‑import them with a fresh state—ideal for unit‑testing modules that rely on cached globals or cached state. It’s meant for developers who need to reset a module between test runs, such as when testing singletons, mocked dependencies, or libraries that maintain mutable internal caches.