urbanu619 e168f54beb first commit 7 mesiacov pred
..
test e168f54beb first commit 7 mesiacov pred
.npmignore e168f54beb first commit 7 mesiacov pred
History.md e168f54beb first commit 7 mesiacov pred
Makefile e168f54beb first commit 7 mesiacov pred
Readme.md e168f54beb first commit 7 mesiacov pred
component.json e168f54beb first commit 7 mesiacov pred
index.js e168f54beb first commit 7 mesiacov pred
package.json e168f54beb first commit 7 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