XuelesszzZ 94af2b8e7b 6-30-5 | hace 1 año | |
---|---|---|
.. | ||
test | hace 1 año | |
.npmignore | hace 1 año | |
History.md | hace 1 año | |
Makefile | hace 1 año | |
Readme.md | hace 1 año | |
component.json | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
Prototype inheritance utility.
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
MIT