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