YOU GUESS b00a6156a8 代码上传 2 lat temu
..
test b00a6156a8 代码上传 2 lat temu
.npmignore b00a6156a8 代码上传 2 lat temu
History.md b00a6156a8 代码上传 2 lat temu
Makefile b00a6156a8 代码上传 2 lat temu
Readme.md b00a6156a8 代码上传 2 lat temu
component.json b00a6156a8 代码上传 2 lat temu
index.js b00a6156a8 代码上传 2 lat temu
package.json b00a6156a8 代码上传 2 lat temu

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