import * as mod from "https://deno.land/std@0.220.0/io/read_all.ts"; FunctionsfreadAllRead Reader r until EOF (null) and resolve to the content as Uint8Array. freadAllSyncSynchronously reads ReaderSync r until EOF (null) and returns the content as Uint8Array.