urbanu619 e168f54beb first commit il y a 1 an
..
test e168f54beb first commit il y a 1 an
.npmignore e168f54beb first commit il y a 1 an
History.md e168f54beb first commit il y a 1 an
Makefile e168f54beb first commit il y a 1 an
Readme.md e168f54beb first commit il y a 1 an
component.json e168f54beb first commit il y a 1 an
index.js e168f54beb first commit il y a 1 an
package.json e168f54beb first commit il y a 1 an

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