huanggang 03a863fb53 add node_modules 8 yıl önce
..
test 03a863fb53 add node_modules 8 yıl önce
.npmignore 03a863fb53 add node_modules 8 yıl önce
History.md 03a863fb53 add node_modules 8 yıl önce
Makefile 03a863fb53 add node_modules 8 yıl önce
Readme.md 03a863fb53 add node_modules 8 yıl önce
component.json 03a863fb53 add node_modules 8 yıl önce
index.js 03a863fb53 add node_modules 8 yıl önce
package.json 03a863fb53 add node_modules 8 yıl önce

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