YOU GUESS b00a6156a8 代码上传 1 年間 前
..
test b00a6156a8 代码上传 1 年間 前
.npmignore b00a6156a8 代码上传 1 年間 前
History.md b00a6156a8 代码上传 1 年間 前
Makefile b00a6156a8 代码上传 1 年間 前
Readme.md b00a6156a8 代码上传 1 年間 前
component.json b00a6156a8 代码上传 1 年間 前
index.js b00a6156a8 代码上传 1 年間 前
package.json b00a6156a8 代码上传 1 年間 前

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