chensenlai 10988628a0 语音房项目初始化 пре 5 година
..
test 10988628a0 语音房项目初始化 пре 5 година
.npmignore 10988628a0 语音房项目初始化 пре 5 година
History.md 10988628a0 语音房项目初始化 пре 5 година
Makefile 10988628a0 语音房项目初始化 пре 5 година
Readme.md 10988628a0 语音房项目初始化 пре 5 година
component.json 10988628a0 语音房项目初始化 пре 5 година
index.js 10988628a0 语音房项目初始化 пре 5 година
package.json 10988628a0 语音房项目初始化 пре 5 година

Readme.md

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT