lucaconte 7cc26e831d presentations 6 anni fa
..
test 7cc26e831d presentations 6 anni fa
.npmignore 7cc26e831d presentations 6 anni fa
History.md 7cc26e831d presentations 6 anni fa
Makefile 7cc26e831d presentations 6 anni fa
Readme.md 7cc26e831d presentations 6 anni fa
component.json 7cc26e831d presentations 6 anni fa
index.js 7cc26e831d presentations 6 anni fa
package.json 7cc26e831d presentations 6 anni 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