Files
AirHockey/node_modules/component-inherit
2018-03-09 16:48:44 -05:00
..
2018-03-07 17:18:40 -05:00
2018-03-07 17:18:40 -05:00
2018-03-07 17:18:40 -05:00
2018-03-07 17:18:40 -05:00
2018-03-07 17:18:40 -05:00
2018-03-07 17:18:40 -05:00
2018-03-09 16:48:44 -05:00
2018-03-07 17:18:40 -05:00

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT