huanggang 03a863fb53 add node_modules 7 år sedan
..
test 03a863fb53 add node_modules 7 år sedan
.npmignore 03a863fb53 add node_modules 7 år sedan
History.md 03a863fb53 add node_modules 7 år sedan
Makefile 03a863fb53 add node_modules 7 år sedan
Readme.md 03a863fb53 add node_modules 7 år sedan
component.json 03a863fb53 add node_modules 7 år sedan
index.js 03a863fb53 add node_modules 7 år sedan
package.json 03a863fb53 add node_modules 7 år sedan

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