open-embodied fa48161c03 gcc há 6 meses atrás
..
test fa48161c03 gcc há 6 meses atrás
.npmignore fa48161c03 gcc há 6 meses atrás
History.md fa48161c03 gcc há 6 meses atrás
Makefile fa48161c03 gcc há 6 meses atrás
Readme.md fa48161c03 gcc há 6 meses atrás
component.json fa48161c03 gcc há 6 meses atrás
index.js fa48161c03 gcc há 6 meses atrás
package.json fa48161c03 gcc há 6 meses atrás

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