kiruthiga 55473b7e7c initial push 6 days ago
..
test 55473b7e7c initial push 6 days ago
.npmignore 55473b7e7c initial push 6 days ago
History.md 55473b7e7c initial push 6 days ago
Makefile 55473b7e7c initial push 6 days ago
Readme.md 55473b7e7c initial push 6 days ago
component.json 55473b7e7c initial push 6 days ago
index.js 55473b7e7c initial push 6 days ago
package.json 55473b7e7c initial push 6 days 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