deepsea ca9f471156 first commit il y a 1 an
..
test ca9f471156 first commit il y a 1 an
.npmignore ca9f471156 first commit il y a 1 an
History.md ca9f471156 first commit il y a 1 an
Makefile ca9f471156 first commit il y a 1 an
Readme.md ca9f471156 first commit il y a 1 an
component.json ca9f471156 first commit il y a 1 an
index.js ca9f471156 first commit il y a 1 an
package.json ca9f471156 first commit il y a 1 an

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