urbanu619 e168f54beb first commit 7 сар өмнө
..
test e168f54beb first commit 7 сар өмнө
.npmignore e168f54beb first commit 7 сар өмнө
History.md e168f54beb first commit 7 сар өмнө
Makefile e168f54beb first commit 7 сар өмнө
Readme.md e168f54beb first commit 7 сар өмнө
component.json e168f54beb first commit 7 сар өмнө
index.js e168f54beb first commit 7 сар өмнө
package.json e168f54beb first commit 7 сар өмнө

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