urbanu619 e168f54beb first commit 1 rok temu
..
test e168f54beb first commit 1 rok temu
.npmignore e168f54beb first commit 1 rok temu
History.md e168f54beb first commit 1 rok temu
Makefile e168f54beb first commit 1 rok temu
Readme.md e168f54beb first commit 1 rok temu
component.json e168f54beb first commit 1 rok temu
index.js e168f54beb first commit 1 rok temu
package.json e168f54beb first commit 1 rok temu

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