open-embodied fa48161c03 gcc пре 6 месеци
..
test fa48161c03 gcc пре 6 месеци
.npmignore fa48161c03 gcc пре 6 месеци
History.md fa48161c03 gcc пре 6 месеци
Makefile fa48161c03 gcc пре 6 месеци
Readme.md fa48161c03 gcc пре 6 месеци
component.json fa48161c03 gcc пре 6 месеци
index.js fa48161c03 gcc пре 6 месеци
package.json fa48161c03 gcc пре 6 месеци

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