UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 199 B
import type { AnalyzeCommandArgs, UserConfig } from '../types/cli.types'; export declare const mergeConfigWithArgs: (config: UserConfig, cliArgs: AnalyzeCommandArgs) => Required<AnalyzeCommandArgs>;