chensenlai 10988628a0 语音房项目初始化 | пре 5 година | |
---|---|---|
.. | ||
test | пре 5 година | |
.npmignore | пре 5 година | |
History.md | пре 5 година | |
Makefile | пре 5 година | |
Readme.md | пре 5 година | |
component.json | пре 5 година | |
index.js | пре 5 година | |
package.json | пре 5 година |
Prototype inheritance utility.
$ component install component/inherit
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
MIT