UNPKG

coverage-runner

Version:

Unified coverage analysis tool for Jest, Vitest, and other test frameworks with intelligent merging and reporting

6 lines 200 B
#!/usr/bin/env node import { Command } from 'commander'; declare function createCLI(): Command; declare function main(): void; export { createCLI, main }; //# sourceMappingURL=coverage-runner.d.ts.map