function collectUint8Array
collectUint8Array(iterable: AsyncIterable<Uint8Array>): Promise<Uint8Array>

Parameters

iterable: AsyncIterable<Uint8Array>

Return Type

Promise<Uint8Array>

Usage

import { collectUint8Array } from "async.ts";