urbanu619 e168f54beb first commit 10 mesiacov pred
..
test e168f54beb first commit 10 mesiacov pred
.npmignore e168f54beb first commit 10 mesiacov pred
History.md e168f54beb first commit 10 mesiacov pred
Makefile e168f54beb first commit 10 mesiacov pred
Readme.md e168f54beb first commit 10 mesiacov pred
component.json e168f54beb first commit 10 mesiacov pred
index.js e168f54beb first commit 10 mesiacov pred
package.json e168f54beb first commit 10 mesiacov pred

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