armansansd 3424b1927b first commit před 2 roky
..
test 3424b1927b first commit před 2 roky
.npmignore 3424b1927b first commit před 2 roky
History.md 3424b1927b first commit před 2 roky
Makefile 3424b1927b first commit před 2 roky
Readme.md 3424b1927b first commit před 2 roky
component.json 3424b1927b first commit před 2 roky
index.js 3424b1927b first commit před 2 roky
package.json 3424b1927b first commit před 2 roky

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