UNPKG

@aws-sdk/lib-storage

Version:
4 lines (3 loc) 211 B
import type { BodyDataTypes } from "./types"; import type { RawDataPart } from "./Upload"; export declare const getChunk: (data: BodyDataTypes, partSize: number) => AsyncGenerator<RawDataPart, void, undefined>;