node-static-extend

Adds a static `extend` method to a class, to simplify inheritance
  https://github.com/jonschlinkert/static-extend
  0
  no reviews



Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.

Node.js is an event-based server-side JavaScript engine.