BiFace_Server_Config_API/node_modules/component-inherit
2020-05-22 14:53:57 +07:00
..
test init 2020-05-22 14:53:57 +07:00
.npmignore init 2020-05-22 14:53:57 +07:00
component.json init 2020-05-22 14:53:57 +07:00
History.md init 2020-05-22 14:53:57 +07:00
index.js init 2020-05-22 14:53:57 +07:00
Makefile init 2020-05-22 14:53:57 +07:00
package.json init 2020-05-22 14:53:57 +07:00
Readme.md init 2020-05-22 14:53:57 +07:00

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT