import { type TarEntry } from "https://deno.land/x/ayonli_jsext@v0.9.72/archive.ts";
Information about a file in a tar archive.
Properties
The relative path of the entry.
NOTE: The path separator is always /
regardless of the platform.
mtime: Date
The last modified time of the file.
The owner's name of the file. This value may be an empty string on unsupported platforms.