Files
BiFace_Server_Config_API/node_modules/component-inherit
2020-05-22 14:53:57 +07:00
..
2020-05-22 14:53:57 +07:00
2020-05-22 14:53:57 +07:00
2020-05-22 14:53:57 +07:00
2020-05-22 14:53:57 +07:00
2020-05-22 14:53:57 +07:00
2020-05-22 14:53:57 +07:00
2020-05-22 14:53:57 +07:00
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