🏭 plugin-lib-flow-generate
Generate .js.flow
files using Flow.
Install
$ yarn add --dev @start/plugin-lib-flow-generate
Usage
Signature
flowCheck(...flowArgs: string[])
Example
import flowGenerate from '@start/plugin-lib-flow-generate'
export task = () => flowCheck()