import { Tarball } from "https://deno.land/x/ayonli_jsext@v0.9.72/archive.ts";
Replaces an entry in the archive with new data.
This function returns true
if the entry is successfully replaced, or false
if the entry
does not exist or the entry kind of the new data is incompatible with the old one.
Parameters
optional
info: Partial<Omit<TarEntry, "relativePath">> = [UNSUPPORTED]