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

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