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

`is-plain-object` is a tiny utility library that determines whether a value is a plain JavaScript object—i.e., one created by the `Object` constructor or via `Object.create(null)`. It’s aimed at Node.js and front‑end developers who need a reliable type check for objects without false positives from arrays, functions, class instances, or other non‑plain values.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jonschlinkert/is-plain-object

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
direct-adv-interfaces/mocha-headless-chrome
Run client-side mocha tests in the command line through headless Chrome
Account's avatar
rollup/rollup
Next-generation ES module bundler

Support the repos that depend on this repository

Top contributors

TrySound's profile
TrySound
20 contributions
jonschlinkert's profile
jonschlinkert
19 contributions
stevenvachon's profile
stevenvachon
6 contributions
onokumus's profile
onokumus
3 contributions
lifeiscontent's profile
lifeiscontent
1 contributions
odidev's profile
odidev
1 contributions
wtgtybhertgeghgtwtg's profile
wtgtybhertgeghgtwtg
1 contributions

Recent events

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

No events yet
jonschlinkert

jonschlinkert/is-plain-object

Returns true if the given value is an object created by the Object constructor.

HTML
157
33
MIT License