XuelesszzZ 94af2b8e7b 6-30-5 1 éve
..
test 94af2b8e7b 6-30-5 1 éve
.npmignore 94af2b8e7b 6-30-5 1 éve
History.md 94af2b8e7b 6-30-5 1 éve
Makefile 94af2b8e7b 6-30-5 1 éve
Readme.md 94af2b8e7b 6-30-5 1 éve
component.json 94af2b8e7b 6-30-5 1 éve
index.js 94af2b8e7b 6-30-5 1 éve
package.json 94af2b8e7b 6-30-5 1 éve

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