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