UNPKG

@aws-sdk/lib-storage

Version:
8 lines (7 loc) 240 B
/** * Clients use util-body-length-[node|browser] instead. * @internal * @param input - to examine. * @returns byte count of input or undefined if indeterminable. */ export declare const byteLength: (input: any) => number | undefined;