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

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