urbanu619 e168f54beb first commit vor 7 Monaten
..
test e168f54beb first commit vor 7 Monaten
.npmignore e168f54beb first commit vor 7 Monaten
History.md e168f54beb first commit vor 7 Monaten
Makefile e168f54beb first commit vor 7 Monaten
Readme.md e168f54beb first commit vor 7 Monaten
component.json e168f54beb first commit vor 7 Monaten
index.js e168f54beb first commit vor 7 Monaten
package.json e168f54beb first commit vor 7 Monaten

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