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

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