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