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