Files
release-action/node_modules/@babel/helper-optimise-call-expression/README.md
Nick Cipollo 8f5d96dce1
Some checks failed
PR Checks / check_pr (push) Has been cancelled
Prepare v1.8.2 release
2021-03-21 20:02:09 -04:00

20 lines
412 B
Markdown

# @babel/helper-optimise-call-expression
> Helper function to optimise call expression
See our website [@babel/helper-optimise-call-expression](https://babeljs.io/docs/en/babel-helper-optimise-call-expression) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/helper-optimise-call-expression
```
or using yarn:
```sh
yarn add @babel/helper-optimise-call-expression --dev
```