dockerized_openAger/nodered/rootfs/data/node_modules/component-inherit
valki 664c6d8ca3 Intial Commit 2020-10-17 18:42:50 +02:00
..
test Intial Commit 2020-10-17 18:42:50 +02:00
.npmignore Intial Commit 2020-10-17 18:42:50 +02:00
History.md Intial Commit 2020-10-17 18:42:50 +02:00
Makefile Intial Commit 2020-10-17 18:42:50 +02:00
Readme.md Intial Commit 2020-10-17 18:42:50 +02:00
component.json Intial Commit 2020-10-17 18:42:50 +02:00
index.js Intial Commit 2020-10-17 18:42:50 +02:00
package.json Intial Commit 2020-10-17 18:42:50 +02:00

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