component-inherit
Prototype inheritance utility
Last updated 11 years ago by coreh .
Repository · Bugs · Original npm · Tarball · package.json
$ npm install component-inherit 
SYNC missed versions from official npm registry.

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT

Current Tags

  • 0.0.3                                ...           latest (11 years ago)

1 Versions

  • 0.0.3                                ...           11 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE