XuelesszzZ 94af2b8e7b 6-30-5 il y a 1 an
..
test 94af2b8e7b 6-30-5 il y a 1 an
.npmignore 94af2b8e7b 6-30-5 il y a 1 an
History.md 94af2b8e7b 6-30-5 il y a 1 an
Makefile 94af2b8e7b 6-30-5 il y a 1 an
Readme.md 94af2b8e7b 6-30-5 il y a 1 an
component.json 94af2b8e7b 6-30-5 il y a 1 an
index.js 94af2b8e7b 6-30-5 il y a 1 an
package.json 94af2b8e7b 6-30-5 il y a 1 an

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