@parthar/const-config
Build, freeze, and use configs
Build, freeze, and use configs
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)
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
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.
Return the prototype of a provided object.