UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 243 B
import type { CloudFormationResource } from '../../types/analysis.types'; export declare const mergeDescriptions: (base: Record<string, CloudFormationResource>, descriptions?: Record<string, string>) => Record<string, CloudFormationResource>;