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