UNPKG

cdk-insights

Version:

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

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