UNPKG

cdk-insights

Version:

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

7 lines (6 loc) 181 B
export interface PatchSuggestion { filePath: string; lineNumber: number; insertText: string; } export declare function generatePatch(suggestion: PatchSuggestion): void;