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 timoxley/protochain

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

Support the repos that depend on this repository

Top contributors

timoxley's profile
timoxley
30 contributions
ljharb's profile
ljharb
2 contributions
hemanth's profile
hemanth
1 contributions

Recent events

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

No events yet
timoxley

timoxley/protochain

Get the prototype chain of an object or primitive as an Array.

JavaScript
9
0
MIT License

protochain is a tiny Node.js utility that returns an array representing the full prototype chain of any JavaScript value—primitives, objects, classes, built‑ins, or errors. It’s aimed at developers who need to introspect inheritance relationships programmatically, such as debugging, tooling, or educational code that inspects how objects are linked.