import { readStreamToFn } from "https://deno.land/x/dtils@2.6.0/mod.ts";
Read 1streaminto
fn, calling
fnfor every chunk. If
fn` returns a promise, it will be awaited
Parameters
stream: ReadableStream<T>
fn: (data: T) => unknown
import { readStreamToFn } from "https://deno.land/x/dtils@2.6.0/mod.ts";
Read 1streaminto
fn, calling
fnfor every chunk. If
fn` returns a promise, it will be awaited