babel-plugin-extract-flow-types
v1.0.1
Published
Babel Plugin to extract flow types
Downloads
157
Readme
babel-plugin-extract-flow-types (bpeft)
Installation
yarn add --dev babel-plugin-extract-flow-types
Configuration
{
"plugins": [
["babel-plugin-extract-flow-types", {"outDir": "lib"}]
]
}