flow

Static type checker for JavaScript that detects type errors

brewmacoslinux
Try with needOr install directly
Source

About

Static type checker for JavaScript

Commands

flow

Examples

Initialize Flow in a project directory$ flow init
Check all JavaScript files for type errors$ flow check
Check a specific file for type errors$ flow check-contents < myfile.js