frappe_docker/frappe-bench/node_modules/component-inherit/Readme.md
2017-07-31 15:51:51 +05:30

249 B

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

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

inherit(Woman, Human);

License

MIT