UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

6 lines (5 loc) 201 B
export declare function contentHash(data: string | Buffer | DataView): string; /** * A stably sorted hash of an arbitrary JS object */ export declare function contentHashAny(value: unknown): string;