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

The **object‑length** module provides a tiny utility for Node.js/JavaScript that returns the count of an object’s own enumerable properties, deliberately ignoring inherited prototype keys and handling historic “dontEnum” bugs (e.g., when properties like `hasOwnProperty` are enumerable). It’s aimed at developers who need a reliable, cross‑environment way to determine an object’s property count without pulling in larger utility libraries.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jonschlinkert/object-length

Account's avatar
mochajs/mocha
Classic, reliable, trusted test framework for Node.js and the browser
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions

Support the repos that depend on this repository

Top contributors

jonschlinkert's profile
jonschlinkert
5 contributions

Recent events

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

No events yet
jonschlinkert

jonschlinkert/object-length

Get the length of an object's properties, excluding prototype properties. Work with dontEnum bugs.

JavaScript
4
0
MIT License