huanggang 03a863fb53 add node_modules 8 роки тому
..
test 03a863fb53 add node_modules 8 роки тому
.npmignore 03a863fb53 add node_modules 8 роки тому
History.md 03a863fb53 add node_modules 8 роки тому
Makefile 03a863fb53 add node_modules 8 роки тому
Readme.md 03a863fb53 add node_modules 8 роки тому
component.json 03a863fb53 add node_modules 8 роки тому
index.js 03a863fb53 add node_modules 8 роки тому
package.json 03a863fb53 add node_modules 8 роки тому

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