UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

6 lines (5 loc) 228 B
/** * Calculate the total size of the data to be uploaded. The total size is not required for multipart upload, as it's * only used in progress report. */ export declare const byteLength: (input?: any) => number | undefined;