YOU GUESS b00a6156a8 代码上传 2 anos atrás
..
test b00a6156a8 代码上传 2 anos atrás
.npmignore b00a6156a8 代码上传 2 anos atrás
History.md b00a6156a8 代码上传 2 anos atrás
Makefile b00a6156a8 代码上传 2 anos atrás
Readme.md b00a6156a8 代码上传 2 anos atrás
component.json b00a6156a8 代码上传 2 anos atrás
index.js b00a6156a8 代码上传 2 anos atrás
package.json b00a6156a8 代码上传 2 anos atrás

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