huanggang 03a863fb53 add node_modules 7 years atrás
..
test 03a863fb53 add node_modules 7 years atrás
.npmignore 03a863fb53 add node_modules 7 years atrás
History.md 03a863fb53 add node_modules 7 years atrás
Makefile 03a863fb53 add node_modules 7 years atrás
Readme.md 03a863fb53 add node_modules 7 years atrás
component.json 03a863fb53 add node_modules 7 years atrás
index.js 03a863fb53 add node_modules 7 years atrás
package.json 03a863fb53 add node_modules 7 years atrás

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