kiruthiga 55473b7e7c initial push 5 giorni fa
..
test 55473b7e7c initial push 5 giorni fa
.npmignore 55473b7e7c initial push 5 giorni fa
History.md 55473b7e7c initial push 5 giorni fa
Makefile 55473b7e7c initial push 5 giorni fa
Readme.md 55473b7e7c initial push 5 giorni fa
component.json 55473b7e7c initial push 5 giorni fa
index.js 55473b7e7c initial push 5 giorni fa
package.json 55473b7e7c initial push 5 giorni fa

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