npm.io
0.0.3 • Published 12 years ago

component-inherit

Licence
Version
0.0.3
Deps
0
Vulns
0
Weekly
0
Stars
16

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT

Keywords