Kevin 29b9a0c50c clean && clean html base il y a 5 ans
..
test 29b9a0c50c clean && clean html base il y a 5 ans
.npmignore 29b9a0c50c clean && clean html base il y a 5 ans
History.md 29b9a0c50c clean && clean html base il y a 5 ans
Makefile 29b9a0c50c clean && clean html base il y a 5 ans
Readme.md 29b9a0c50c clean && clean html base il y a 5 ans
component.json 29b9a0c50c clean && clean html base il y a 5 ans
index.js 29b9a0c50c clean && clean html base il y a 5 ans
package.json 29b9a0c50c clean && clean html base il y a 5 ans

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