deepsea ca9f471156 first commit 1 year ago
..
test ca9f471156 first commit 1 year ago
.npmignore ca9f471156 first commit 1 year ago
History.md ca9f471156 first commit 1 year ago
Makefile ca9f471156 first commit 1 year ago
Readme.md ca9f471156 first commit 1 year ago
component.json ca9f471156 first commit 1 year ago
index.js ca9f471156 first commit 1 year ago
package.json ca9f471156 first commit 1 year 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