Prototype inheritance utility
npm install component-inherit
Prototype inheritance utility.
``$ component install component/inherit`
$ component install component/inherit
`jsvar inherit = require('inherit');
jsvar inherit = require('inherit');
function Human() {}function Woman() {}
inherit(Woman, Human);``
MIT