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 zhouhansen/objectnotnull

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

hanszhoou's profile
hanszhoou
7 contributions
goto-bus-stop's profile
goto-bus-stop
1 contributions

Recent events

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

No events yet
zhouhansen

zhouhansen/objectnotnull

Is the value an object or an array but not null or RegExp?

JavaScript
1
5
MIT License

**Summary:** `objectorarray` is a tiny utility library that determines whether a given value is an object or an array, explicitly excluding `null`, `RegExp` instances, functions, primitives, and `undefined`. It’s aimed at JavaScript developers who need a reliable, lightweight check for “object‑like” values in Node.js or browser projects.