UNPKG

@capgo/cli

Version:
7 lines (6 loc) 252 B
import type { PrescanReport } from './types'; export declare function renderTerminalReport(report: PrescanReport, opts?: { verbose?: boolean; color?: boolean; }): string; export declare function renderJsonReport(report: PrescanReport): string;