type alias StderrProcessorimport { type StderrProcessor } from "https://deno.land/x/proc@0.20.33/legacy/runners/stderr-support.ts"; A processor for stderr. definition: (bytes: AsyncIterable<Uint8Array>) => Promise<unknown | undefined>