UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

5 lines (4 loc) 142 B
/** * Generates a unique hash identfifer using SHA256 encryption algorithm */ export declare function hashValues(...ids: string[]): string;