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