Files
arnaucode 112745d6fa init
2017-02-03 08:56:51 +01:00
..
2017-02-03 08:56:51 +01:00
2017-02-03 08:56:51 +01:00
2017-02-03 08:56:51 +01:00
2017-02-03 08:56:51 +01:00
2017-02-03 08:56:51 +01:00
2017-02-03 08:56:51 +01:00
2017-02-03 08:56:51 +01:00
2017-02-03 08:56:51 +01:00

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT