import arrayFromAsyncIterable from "./arrayFromAsyncIterable"; import isomorphicReadableStream, { IsomorphicReadableStream, } from "./isomorphicReadableStream"; export default async (stream: IsomorphicReadableStream) => (await arrayFromAsyncIterable(isomorphicReadableStream(stream))).join("");