import { Tarball } from "https://deno.land/x/ayonli_jsext@v0.9.72/archive.ts";
Appends a file to the archive.
Parameters
data: File
The file data, can be null
if the file info represents a directory.
Parameters
info: Ensured<Partial<TarEntry>, "relativePath">