simple-extend

0.1.0 • Public • Published

simple-extend.js

A simple "extend" mechanism, adapted from the Backbone.js library.

Build Status

Use:

MyObject.extend = require('simple-extend');
 
var SubObject = MyObject.extend(protoProps, [classProps]);

If a static extended method exists on the parent object, it will be called at extension time, passing the child object as an argument.

License

MIT

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i simple-extend

Weekly Downloads

207

Version

0.1.0

License

MIT

Last publish

Collaborators

  • tgriesser