XuelesszzZ 94af2b8e7b 6-30-5 há 1 ano atrás
..
test 94af2b8e7b 6-30-5 há 1 ano atrás
.npmignore 94af2b8e7b 6-30-5 há 1 ano atrás
History.md 94af2b8e7b 6-30-5 há 1 ano atrás
Makefile 94af2b8e7b 6-30-5 há 1 ano atrás
Readme.md 94af2b8e7b 6-30-5 há 1 ano atrás
component.json 94af2b8e7b 6-30-5 há 1 ano atrás
index.js 94af2b8e7b 6-30-5 há 1 ano atrás
package.json 94af2b8e7b 6-30-5 há 1 ano 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