babel-plugin-transform-flow-strip-types
Strip all flow type annotations and declarations from your output code.
Example
In
Out
{}
Installation
npm install --save-dev babel-plugin-transform-flow-strip-types
Usage
.babelrc
(Recommended)
Via .babelrc
Via CLI
babel --plugins transform-flow-strip-types script.js
Via Node API
;