kiruthiga 55473b7e7c initial push пре 5 дана
..
test 55473b7e7c initial push пре 5 дана
.npmignore 55473b7e7c initial push пре 5 дана
History.md 55473b7e7c initial push пре 5 дана
Makefile 55473b7e7c initial push пре 5 дана
Readme.md 55473b7e7c initial push пре 5 дана
component.json 55473b7e7c initial push пре 5 дана
index.js 55473b7e7c initial push пре 5 дана
package.json 55473b7e7c initial push пре 5 дана

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