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

24 lines
249 B
Markdown

# inherit
Prototype inheritance utility.
## Installation
```
$ component install component/inherit
```
## Example
```js
var inherit = require('inherit');
function Human() {}
function Woman() {}
inherit(Woman, Human);
```
## License
MIT