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