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()
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
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 the prototype methods from one or more constructors into another
Browser-friendly inheritance fully compatible with standard node.js inherits()
mix in lodash methods
Custom Error class for `util.inherits`
Combine multiple object prototypes into one and doesn't remove existing properties.
A simple library for multiple inheritance in JavaScript.
Extend everything.
A solution of inheritance before ES6, which can inherit the class of ES6, support babel and node perfectly. support ES3 and IE6
A inherits fork that is safe per default to use in browsers
A simple library for multiple inheritance in JavaScript.