Files
Setup_bitable/monitor/setup/node_client/node_modules/component-inherit
2021-01-25 11:11:38 +07:00
..
2021-01-25 11:11:38 +07:00
2021-01-25 11:11:38 +07:00
2021-01-25 11:11:38 +07:00
2021-01-25 11:11:38 +07:00
2021-01-25 11:11:38 +07:00
2021-01-25 11:11:38 +07:00
2021-01-25 11:11:38 +07:00
2021-01-25 11:11:38 +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