0.0.3 • Published 12 years ago
component-inherit v0.0.3
inherit
Prototype inheritance utility.
Installation
$ component install component/inheritExample
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);License
MIT
0.0.3
12 years ago