import * as mod from "https://dotland.deno.dev/x/proc@0.21.9/legacy/runners/utility.ts"; VariablesvDEFAULT_BUFFER_SIZEFunctionsfbytesToByteLinesConvert an AsyncIterable<Uint8Array> into an AsyncIterable<Uint8Array> split on lf and suppressing trailing cr. fbytesToTextLinesConvert an AsyncIterable<Uint8Array> into an AsyncIterable<string> of lines. fconcatConcatenate arrays together, returning a single array containing the result. fdirnameffilenamefpumpEfficiently pump data from a reader to a writer. fpumpUnbufferedPump data from a reader to a writer, unbuffered. frandomStringfreaderToBytesEfficiently transform a Reader to an AsyncIterableIterator<Uint8Array>. freaderToBytesUnbufferedTransform a Reader to an AsyncIterableIterator<Uint8Array>, unbuffered. This will read bytes as soon as they are available. fsleepSleep for a while.