XuelesszzZ 94af2b8e7b 6-30-5 | пре 1 година | |
---|---|---|
.. | ||
test | пре 1 година | |
.npmignore | пре 1 година | |
History.md | пре 1 година | |
Makefile | пре 1 година | |
Readme.md | пре 1 година | |
component.json | пре 1 година | |
index.js | пре 1 година | |
package.json | пре 1 година |
Prototype inheritance utility.
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
MIT