kiruthiga 55473b7e7c initial push 6 روز پیش
..
test 55473b7e7c initial push 6 روز پیش
.npmignore 55473b7e7c initial push 6 روز پیش
History.md 55473b7e7c initial push 6 روز پیش
Makefile 55473b7e7c initial push 6 روز پیش
Readme.md 55473b7e7c initial push 6 روز پیش
component.json 55473b7e7c initial push 6 روز پیش
index.js 55473b7e7c initial push 6 روز پیش
package.json 55473b7e7c initial push 6 روز پیش

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