huanggang 03a863fb53 add node_modules 7 anni fa
..
test 03a863fb53 add node_modules 7 anni fa
.npmignore 03a863fb53 add node_modules 7 anni fa
History.md 03a863fb53 add node_modules 7 anni fa
Makefile 03a863fb53 add node_modules 7 anni fa
Readme.md 03a863fb53 add node_modules 7 anni fa
component.json 03a863fb53 add node_modules 7 anni fa
index.js 03a863fb53 add node_modules 7 anni fa
package.json 03a863fb53 add node_modules 7 anni fa

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