chensenlai 10988628a0 语音房项目初始化 5 years ago
..
test 10988628a0 语音房项目初始化 5 years ago
.npmignore 10988628a0 语音房项目初始化 5 years ago
History.md 10988628a0 语音房项目初始化 5 years ago
Makefile 10988628a0 语音房项目初始化 5 years ago
Readme.md 10988628a0 语音房项目初始化 5 years ago
component.json 10988628a0 语音房项目初始化 5 years ago
index.js 10988628a0 语音房项目初始化 5 years ago
package.json 10988628a0 语音房项目初始化 5 years ago

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