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