XuelesszzZ 94af2b8e7b 6-30-5 пре 1 година
..
test 94af2b8e7b 6-30-5 пре 1 година
.npmignore 94af2b8e7b 6-30-5 пре 1 година
History.md 94af2b8e7b 6-30-5 пре 1 година
Makefile 94af2b8e7b 6-30-5 пре 1 година
Readme.md 94af2b8e7b 6-30-5 пре 1 година
component.json 94af2b8e7b 6-30-5 пре 1 година
index.js 94af2b8e7b 6-30-5 пре 1 година
package.json 94af2b8e7b 6-30-5 пре 1 година

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