2020-10-30 21:19:21 +01:00

20 lines
428 B
Markdown

# @babel/plugin-proposal-pipeline-operator
> Transform pipeline operator into call expressions
See our website [@babel/plugin-proposal-pipeline-operator](https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-proposal-pipeline-operator
```
or using yarn:
```sh
yarn add @babel/plugin-proposal-pipeline-operator --dev
```