UNPKG

cdk-insights

Version:

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

7 lines (6 loc) 142 B
type Fingerprint = { project: string; fingerprint: string; }; export declare const generateFingerprint: () => Fingerprint; export {};