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