lucaconte 7cc26e831d presentations 6 jaren geleden
..
test 7cc26e831d presentations 6 jaren geleden
.npmignore 7cc26e831d presentations 6 jaren geleden
History.md 7cc26e831d presentations 6 jaren geleden
Makefile 7cc26e831d presentations 6 jaren geleden
Readme.md 7cc26e831d presentations 6 jaren geleden
component.json 7cc26e831d presentations 6 jaren geleden
index.js 7cc26e831d presentations 6 jaren geleden
package.json 7cc26e831d presentations 6 jaren geleden

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