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