UNPKG

@aws-sdk/lib-storage

Version:
4 lines (3 loc) 151 B
/// <reference types="node" /> import { Readable } from "stream"; export declare function getDataReadable(data: Readable): AsyncGenerator<Uint8Array>;