import { default } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/archive/Tarball.js";
Loads a tar archive from a readable stream.
NOTE: This function loads the entire archive into memory, so it is not
suitable for large archives. For large archives, use the untar
function
to extract files to the file system instead.