kiruthiga 55473b7e7c initial push il y a 6 jours
..
test 55473b7e7c initial push il y a 6 jours
.npmignore 55473b7e7c initial push il y a 6 jours
History.md 55473b7e7c initial push il y a 6 jours
Makefile 55473b7e7c initial push il y a 6 jours
Readme.md 55473b7e7c initial push il y a 6 jours
component.json 55473b7e7c initial push il y a 6 jours
index.js 55473b7e7c initial push il y a 6 jours
package.json 55473b7e7c initial push il y a 6 jours

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