open-embodied fa48161c03 gcc il y a 6 mois
..
test fa48161c03 gcc il y a 6 mois
.npmignore fa48161c03 gcc il y a 6 mois
History.md fa48161c03 gcc il y a 6 mois
Makefile fa48161c03 gcc il y a 6 mois
Readme.md fa48161c03 gcc il y a 6 mois
component.json fa48161c03 gcc il y a 6 mois
index.js fa48161c03 gcc il y a 6 mois
package.json fa48161c03 gcc il y a 6 mois

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