UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

6 lines (5 loc) 248 B
import type { IssueGroup } from '../../types/analysis.types'; /** * Print a table of all issues, matching the fields used in the Markdown report. */ export declare const printTableToConsole: (recommendations: Record<string, IssueGroup>) => void;