import * as dtils from "https://deno.land/x/dtils@2.3.1/stream.ts"; FunctionsfcollectStreamCollect the chunks of stream into an array freadStreamToFnRead 1streamintofn, calling fnfor every chunk. Iffn` returns a promise, it will be awaited