kiruthiga 55473b7e7c initial push 6 napja
..
test 55473b7e7c initial push 6 napja
.npmignore 55473b7e7c initial push 6 napja
History.md 55473b7e7c initial push 6 napja
Makefile 55473b7e7c initial push 6 napja
Readme.md 55473b7e7c initial push 6 napja
component.json 55473b7e7c initial push 6 napja
index.js 55473b7e7c initial push 6 napja
package.json 55473b7e7c initial push 6 napja

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