Files
babel/packages/babel-preset-flow/README.md
2018-06-08 20:54:44 -07:00

20 lines
465 B
Markdown

# @babel/preset-flow
> Babel preset for all Flow plugins.
See our website [@babel/preset-flow](https://new.babeljs.io/docs/en/next/babel-preset-flow.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20flow%22+is%3Aopen) associated with this package.
## Install
Using npm:
```sh
npm install --save @babel/preset-flow
```
or using yarn:
```sh
yarn add --save @babel/preset-flow
```