| 
				
					 | 
			hace 4 años | |
|---|---|---|
| .. | ||
| test | hace 4 años | |
| .npmignore | hace 4 años | |
| History.md | hace 4 años | |
| Makefile | hace 4 años | |
| Readme.md | hace 4 años | |
| component.json | hace 4 años | |
| index.js | hace 4 años | |
| package.json | hace 4 años | |
Prototype inheritance utility.
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
MIT