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