Kevin 29b9a0c50c clean && clean html base 4 سال پیش
..
test 29b9a0c50c clean && clean html base 4 سال پیش
.npmignore 29b9a0c50c clean && clean html base 4 سال پیش
History.md 29b9a0c50c clean && clean html base 4 سال پیش
Makefile 29b9a0c50c clean && clean html base 4 سال پیش
Readme.md 29b9a0c50c clean && clean html base 4 سال پیش
component.json 29b9a0c50c clean && clean html base 4 سال پیش
index.js 29b9a0c50c clean && clean html base 4 سال پیش
package.json 29b9a0c50c clean && clean html base 4 سال پیش

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