import { Tarball } from "https://deno.land/x/ayonli_jsext@v0.9.72/archive.ts";
Removes an entry from the archive by its relative path.
This function returns true
if the entry is successfully removed, or false
if the entry
does not exist.
x/ayonli_jsext/archive.ts>Tarball#remove
import { Tarball } from "https://deno.land/x/ayonli_jsext@v0.9.72/archive.ts";
Removes an entry from the archive by its relative path.
This function returns true
if the entry is successfully removed, or false
if the entry
does not exist.