arnweb-chat/node_modules/component-inherit
2019-08-21 13:25:55 +02:00
..
test Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
.npmignore Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
component.json Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
History.md Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
index.js Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
Makefile Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
package.json Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00
Readme.md Installed node.js modules and added readme.md 2019-08-21 13:25:55 +02:00

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT