babel/packages/babel-plugin-transform-flow-comments
Tan Li Hau 8b9af1be2f fix transform-flow-comments for import types (#9901)
* fix transform-flow-comments for import types

* update: dependencies
2019-07-13 16:06:42 +02:00
..
2017-03-25 21:46:16 -04:00

@babel/plugin-transform-flow-comments

Turn flow type annotations into comments

See our website @babel/plugin-transform-flow-comments for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-flow-comments

or using yarn:

yarn add @babel/plugin-transform-flow-comments --dev