System Grab Bag

View all TLDR pages from common (or from all pages)

flow

A static type checker for JavaScript. More information: https://flow.org.
  • Run a flow check:
    flow
  • Check which files are being checked by flow:
    flow ls
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.