urbanu619 e168f54beb first commit vor 1 Jahr
..
test e168f54beb first commit vor 1 Jahr
.npmignore e168f54beb first commit vor 1 Jahr
History.md e168f54beb first commit vor 1 Jahr
Makefile e168f54beb first commit vor 1 Jahr
Readme.md e168f54beb first commit vor 1 Jahr
component.json e168f54beb first commit vor 1 Jahr
index.js e168f54beb first commit vor 1 Jahr
package.json e168f54beb first commit 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