UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 152 B
import type { Issue } from '../../types/analysis.types'; export declare const deduplicateIssues: (issues: Issue[], defaultLocation: string) => Issue[];