Apply `flow-remove-types` to directories
https://github.com/antongolub/flow-remove-types-recursive.git
flow-remove-types to directories
# npm
npm i flow-remove-types-recursive
# yarn
yarn add flow-remove-types-recursive
flow-remove-types-recursive src/main/js target/es6
import {removeFlowTypesRecursive} from 'flow-remove-types-recursive'
await removeFlowTypesRecursive('src/main/js', 'outdir')