function toReadableSizeimport { toReadableSize } from "https://deno.land/x/fileserver@1.1.19/src/util.ts"; toReadableSize(bytes: number): stringTurn bytes into a readable string. Parametersbytes: numberThe bytes. Returnsstring