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

`method-names` is a tiny Node.js utility that extracts all enumerable function property names from a given object, including both its own and inherited methods. It’s aimed at JavaScript developers who need to programmatically list an object’s callable API (e.g., for documentation, introspection, or tooling).

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jonschlinkert/method-names

Account's avatar
mochajs/mocha
simple, flexible, fun test framework
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
6 contributions

Recent events

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

No events yet
jonschlinkert

jonschlinkert/method-names

Returns an array of function property names from all enumerable properties on an object, own and inherited.

JavaScript
4
1
MIT License