Showing 1-20 of 28,441 packages
A utility for managing a prototype chain
Returns an array of the object's prototype chain
Get the prototype chain of any value as an Array
Test whether a value has in its prototype chain a specified constructor as a prototype property.
Test if an object's prototype chain contains a provided prototype.
Gather descriptors from constructor's prototype chain
Dynamically inject classes into the prototype chain in CoffeeScript
A generator that walks the prototype chain of an object
Prototype chain with lookup.
Override all properties inhereted by an object's prototype chain
A generator that walks the prototype chain of an object and its mixins
A library to make errors.
Like Object.getOwnPropertyDescriptor, but goes along the prototype chain and gets the descriptors for all properties.
Get all property names along the prototype chain
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
Lazily define instance properties through the prototype chain
Collect a property over the prototype chain
Checks if an object exists in another object's prototype chain.
JSON parse with prototype poisoning protection
Create an Object prototype chain based on hierarchy.