open-embodied fa48161c03 gcc 6 mesi fa
..
test fa48161c03 gcc 6 mesi fa
.npmignore fa48161c03 gcc 6 mesi fa
History.md fa48161c03 gcc 6 mesi fa
Makefile fa48161c03 gcc 6 mesi fa
Readme.md fa48161c03 gcc 6 mesi fa
component.json fa48161c03 gcc 6 mesi fa
index.js fa48161c03 gcc 6 mesi fa
package.json fa48161c03 gcc 6 mesi fa

Readme.md

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT