UNPKG

sca-tool

Version:

Universal static code analysis tool for calculating API operation costs across multiple frameworks (NestJS, Express, Fastify)

5 lines 141 B
#!/usr/bin/env bun import { Command } from 'commander'; declare const program: Command; export { program }; //# sourceMappingURL=cli.d.ts.map