inherit
Prototype inheritance utility.
Installation
$ component install component/inherit
Example
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
License
MIT
名称 | 最后更新 |
最后提交
6f025350
–
no message
历史
|
---|---|---|
.. | ||
test | 项目初始化 | |
.npmignore | 项目初始化 | |
History.md | 项目初始化 | |
Makefile | 项目初始化 | |
Readme.md | 项目初始化 | |
component.json | 项目初始化 | |
index.js | 项目初始化 | |
package.json | 项目初始化 |