Kevin 29b9a0c50c clean && clean html base 4 years ago
..
test 29b9a0c50c clean && clean html base 4 years ago
.npmignore 29b9a0c50c clean && clean html base 4 years ago
History.md 29b9a0c50c clean && clean html base 4 years ago
Makefile 29b9a0c50c clean && clean html base 4 years ago
Readme.md 29b9a0c50c clean && clean html base 4 years ago
component.json 29b9a0c50c clean && clean html base 4 years ago
index.js 29b9a0c50c clean && clean html base 4 years ago
package.json 29b9a0c50c clean && clean html base 4 years ago

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