Kevin 29b9a0c50c clean && clean html base 5 лет назад
..
test 29b9a0c50c clean && clean html base 5 лет назад
.npmignore 29b9a0c50c clean && clean html base 5 лет назад
History.md 29b9a0c50c clean && clean html base 5 лет назад
Makefile 29b9a0c50c clean && clean html base 5 лет назад
Readme.md 29b9a0c50c clean && clean html base 5 лет назад
component.json 29b9a0c50c clean && clean html base 5 лет назад
index.js 29b9a0c50c clean && clean html base 5 лет назад
package.json 29b9a0c50c clean && clean html base 5 лет назад

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