urbanu619 e168f54beb first commit 7 months ago
..
test e168f54beb first commit 7 months ago
.npmignore e168f54beb first commit 7 months ago
History.md e168f54beb first commit 7 months ago
Makefile e168f54beb first commit 7 months ago
Readme.md e168f54beb first commit 7 months ago
component.json e168f54beb first commit 7 months ago
index.js e168f54beb first commit 7 months ago
package.json e168f54beb first commit 7 months 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