urbanu619 e168f54beb first commit il y a 11 mois
..
test e168f54beb first commit il y a 11 mois
.npmignore e168f54beb first commit il y a 11 mois
History.md e168f54beb first commit il y a 11 mois
Makefile e168f54beb first commit il y a 11 mois
Readme.md e168f54beb first commit il y a 11 mois
component.json e168f54beb first commit il y a 11 mois
index.js e168f54beb first commit il y a 11 mois
package.json e168f54beb first commit il y a 11 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