open-embodied fa48161c03 gcc 6 ay önce
..
test fa48161c03 gcc 6 ay önce
.npmignore fa48161c03 gcc 6 ay önce
History.md fa48161c03 gcc 6 ay önce
Makefile fa48161c03 gcc 6 ay önce
Readme.md fa48161c03 gcc 6 ay önce
component.json fa48161c03 gcc 6 ay önce
index.js fa48161c03 gcc 6 ay önce
package.json fa48161c03 gcc 6 ay önce

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