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