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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mathieuturcotte/node-precond

Account's avatar
caolan/nodeunit
Easy unit testing for node.js and the browser.
Account's avatar
jshint/jshint
Static analysis tool for JavaScript

Support the repos that depend on this repository

Top contributors

MathieuTurcotte's profile
MathieuTurcotte
32 contributions
pzrq's profile
pzrq
1 contributions

Recent events

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

No events yet
mathieuturcotte

mathieuturcotte/node-precond

Precondition checks for Node.js

JavaScript
9
6
MIT License

node-precond is a tiny utility library for Node.js that provides Guava‑style precondition functions (e.g., `checkArgument`, `checkState`, type checks) to validate arguments and object state with clear error messages. It’s aimed at JavaScript/Node developers who want concise, declarative runtime checks and custom `IllegalArgumentError`/`IllegalStateError` exceptions.