/var/www/myprog.com.ua/server/node/node_modules/component-inherit
NameSizeModeActions
test/-0755rm
.npmignore300644editdlrm
component.json1910644editdlrm
History.md700644editdlrm
index.js1460644editdlrm
Makefile2180644editdlrm
package.json3560644editdlrm
Readme.md2490644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/component-inherit/Readme.md (249B)
# inherit Prototype inheritance utility. ## Installation ``` $ component install component/inherit ``` ## Example ```js var inherit = require('inherit'); function Human() {} function Woman() {} inherit(Woman, Human); ``` ## License MIT