Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Import‑Unique provides a tiny utility for Node.js that lets you require a module without using the global `require.cache`. It temporarily removes the resolved module from the cache, loads a fresh copy, then restores the original cache entry, so the operation is invisible to the rest of the application. This is useful for developers who need an isolated instance of a module (e.g., to avoid shared mutable state) while keeping normal imports unchanged.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of darkobits/import-unique

Account's avatar
darkobits/ts
Vite-based toolchain for Node projects.

Support the repos that depend on this repository

Top contributors

darkobits's profile
darkobits
14 contributions
dependabot[bot]'s profile
dependabot[bot]
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
darkobits

darkobits/import-unique

📦 Import an un-cached version of a module.

TypeScript
1
0
Do What The F*ck You Want To Public License