|
há 10 meses atrás | |
---|---|---|
.. | ||
test | há 10 meses atrás | |
.npmignore | há 10 meses atrás | |
History.md | há 10 meses atrás | |
Makefile | há 10 meses atrás | |
Readme.md | há 10 meses atrás | |
component.json | há 10 meses atrás | |
index.js | há 10 meses atrás | |
package.json | há 10 meses atrás |
Prototype inheritance utility.
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
MIT