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

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