UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 222 B
/** * Return a hash of the given input string, in hex format */ export declare function md5hash(x: string): string; export declare function cryptoMd5(x: string): string; export declare function jsMd5(s: string): string;