check.js can be ran as a command and programmatically.
To run as a command, use
check <file> [options]
To use programmatically, use
require('check');
Check has the flags: verbose (-v) and recursive (-v).
Verbose will print all statements it finds.
Recrusive will recursively search the required files.