#!/usr/bin/env node /** * Sparrow CLI - Globstar-compatible static analysis tool * * A backward-compatible reimplementation of the MIT-licensed Globstar.dev SAST tool. * Original Globstar: https://github.com/DeepSourceCorp/globstar * * Usage: * sparrow scan - Scan a file or directory for issues * sparrow test - Run checker tests * * @license MIT */ export {}; //# sourceMappingURL=sparrow.d.ts.map