deepsea ca9f471156 first commit hai 1 ano
..
test ca9f471156 first commit hai 1 ano
.npmignore ca9f471156 first commit hai 1 ano
History.md ca9f471156 first commit hai 1 ano
Makefile ca9f471156 first commit hai 1 ano
Readme.md ca9f471156 first commit hai 1 ano
component.json ca9f471156 first commit hai 1 ano
index.js ca9f471156 first commit hai 1 ano
package.json ca9f471156 first commit hai 1 ano

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