inherit
Prototype inheritance utility.Installation
$ component install component/inherit
Example
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.