deepsea ca9f471156 first commit 1 år sedan
..
test ca9f471156 first commit 1 år sedan
.npmignore ca9f471156 first commit 1 år sedan
History.md ca9f471156 first commit 1 år sedan
Makefile ca9f471156 first commit 1 år sedan
Readme.md ca9f471156 first commit 1 år sedan
component.json ca9f471156 first commit 1 år sedan
index.js ca9f471156 first commit 1 år sedan
package.json ca9f471156 first commit 1 år sedan

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