吕君喜 406d880ac6 first | il y a 3 ans | |
---|---|---|
.. | ||
test | il y a 3 ans | |
.npmignore | il y a 3 ans | |
History.md | il y a 3 ans | |
Makefile | il y a 3 ans | |
Readme.md | il y a 3 ans | |
component.json | il y a 3 ans | |
index.js | il y a 3 ans | |
package.json | il y a 3 ans |
Prototype inheritance utility.
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
MIT