urbanu619 e168f54beb first commit 7 luni în urmă
..
test e168f54beb first commit 7 luni în urmă
.npmignore e168f54beb first commit 7 luni în urmă
History.md e168f54beb first commit 7 luni în urmă
Makefile e168f54beb first commit 7 luni în urmă
Readme.md e168f54beb first commit 7 luni în urmă
component.json e168f54beb first commit 7 luni în urmă
index.js e168f54beb first commit 7 luni în urmă
package.json e168f54beb first commit 7 luni în urmă

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