UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

5 lines (4 loc) 230 B
/** * Calculate the CRC32 checksum for given content and return base64 encoded checksum. */ export declare const calculateContentCRC32: (content: Blob | string | ArrayBuffer | ArrayBufferView, seed?: number) => Promise<string>;