variable toStream
import { toStream } from "async.ts";

Type

<T>(iterable: AsyncIterable<T>) => ReadableStream<T>