YOU GUESS b00a6156a8 代码上传 il y a 2 ans
..
test b00a6156a8 代码上传 il y a 2 ans
.npmignore b00a6156a8 代码上传 il y a 2 ans
History.md b00a6156a8 代码上传 il y a 2 ans
Makefile b00a6156a8 代码上传 il y a 2 ans
Readme.md b00a6156a8 代码上传 il y a 2 ans
component.json b00a6156a8 代码上传 il y a 2 ans
index.js b00a6156a8 代码上传 il y a 2 ans
package.json b00a6156a8 代码上传 il y a 2 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