babel-preset-flow
Babel preset for all Flow plugins.
This preset includes the following plugins:
Example
In
Out
{}
Installation
npm install --save-dev babel-preset-flow
Usage
.babelrc
(Recommended)
Via .babelrc
Via CLI
babel --presets flow script.js
Via Node API
;