UNPKG

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