XuelesszzZ 94af2b8e7b 6-30-5 vor 1 Jahr
..
test 94af2b8e7b 6-30-5 vor 1 Jahr
.npmignore 94af2b8e7b 6-30-5 vor 1 Jahr
History.md 94af2b8e7b 6-30-5 vor 1 Jahr
Makefile 94af2b8e7b 6-30-5 vor 1 Jahr
Readme.md 94af2b8e7b 6-30-5 vor 1 Jahr
component.json 94af2b8e7b 6-30-5 vor 1 Jahr
index.js 94af2b8e7b 6-30-5 vor 1 Jahr
package.json 94af2b8e7b 6-30-5 vor 1 Jahr

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