Class system for Javascript supporting private, protected and public scopes, multiple inheritance and class packages
https://github.com/JoseBarrios/extends-multiple
Browser-friendly inheritance fully compatible with standard node.js inherits()
Utils for working with JavaScript classes and prototype methods.
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.