吕君喜 406d880ac6 first | пре 3 година | |
---|---|---|
.. | ||
test | пре 3 година | |
.npmignore | пре 3 година | |
History.md | пре 3 година | |
Makefile | пре 3 година | |
Readme.md | пре 3 година | |
component.json | пре 3 година | |
index.js | пре 3 година | |
package.json | пре 3 година |
Prototype inheritance utility.
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
MIT