UNPKG

@capgo/cli

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