inherits-underscore
mix in lodash methods
mix in lodash methods
This is es2015 library for inherits multiple 'class's function'.
Helper to extend a class including defining super_ and superConstruct (optional) on the derived class. Compatible with Node.js inherits and handles es6 classes using Reflect API
util.inherits with an ability to provide a prototype.
Browser-friendly inheritance fully compatible with standard node.js inherits()
A lightweight JavaScript inheritance utility.
turn a function with an object or function as it's prototype into a constructor you CAN call without new
Inherit from Error without performance penalties, instanceof behaves as expected and the error stack is correct
Weakly inherit a class - no prototypes involved
inherits helper function
inherit the prototype methods from one or more constructors into another
Custom Error class for `util.inherits`
Combine multiple object prototypes into one and doesn't remove existing properties.
Browser-friendly inheritance fully compatible with standard node.js inherits()
mix in lodash methods
A inherits fork that is safe per default to use in browsers
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.
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
A simple library for multiple inheritance in JavaScript.