AhMyth 9000392778 beta version hace 8 años
..
test 9000392778 beta version hace 8 años
.npmignore 9000392778 beta version hace 8 años
History.md 9000392778 beta version hace 8 años
Makefile 9000392778 beta version hace 8 años
Readme.md 9000392778 beta version hace 8 años
component.json 9000392778 beta version hace 8 años
index.js 9000392778 beta version hace 8 años
package.json 9000392778 beta version hace 8 años

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