function collectString
collectString(iterable: AsyncIterable<string>): Promise<string>

Parameters

iterable: AsyncIterable<string>

Return Type

Promise<string>

Usage

import { collectString } from "async.ts";