commands.sh

flow

all

A static type checker for JavaScript.

More info →

Examples (4)

Run a flow check

Check which files are being checked by flow

Run a type coverage check on all files in a directory

flow batch-coverage --show-all --strip-root path/to/directory

Display line-by-line type coverage stats

flow coverage --color path/to/file.jsx
made by @shridhargupta | data from tldr-pages