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