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

Try-require is a utility that allows developers to conditionally load a module using require, returning undefined if the module is not installed instead of throwing an error. It's particularly useful for optional dependencies or feature detection, helping avoid V8 optimization issues that can occur with inline try/catch blocks. This tool is ideal for Node.js developers who need to handle optional modules gracefully without breaking their application.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of rragan/try-require

Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code

Support the repos that depend on this repository

Top contributors

rragan's profile
rragan
10 contributions
hildoer's profile
hildoer
3 contributions
oliversalzburg's profile
oliversalzburg
2 contributions

Recent events

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

No events yet
rragan

rragan/try-require

try/require mechanism to conditionally load a module using require.

JavaScript
10
4
No license