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

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