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