Files
AirHockey/node_modules/component-inherit
Owen LeJeune dfa77bc52a first commit
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-07 17:18:40 -05:00
2018-03-07 17:18:40 -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