function-create
Function.create(proto, fn, props) — Object.create() for functions
Function.create(proto, fn, props) — Object.create() for functions
Combine multiple object prototypes into one and doesn't remove existing properties.
Augments Mongoose.js models with super() to call parent model methods. Augmentation is done in an inherit() function that returns a child model based on a parent model and a child schema.
Fork of Riveter: mix-in, inheritance and constructor extend behavior for your JavaScript enjoyment.
观察者模式,继承,事件扩展工具库
Overrides an inherited method in a child class; provides an access to the parent class method from inside the overriden method.
A Backbone-inspired, JavaScript "Class" system designed with performance in mind.
A function to create a deeply prototype-inherited object
[](https://badge.fury.io/js/pigura)
Build, freeze, and use configs
Object-oriented programming framework for Javascript
Extension/inheritance API for plain JS
JS Code Management
vue inheritance
Vue 2 plugin that allows you to call `this.$super(arguments)` in vue child component's methods (components composed by `extends` or `mixins` options).
CLI tool allows to inherit properties from other packages
Simple function for inheritance in javascript
Make one class (constructor function) inherited from another
Inheritable and composable JSON file reader for Node.js
Real syncable multi-inherit classes.----Class("EPromise").extend(events, Promise);Promise.pro=1;EPromise.pro === 1;//true