interface TarOptions implements TarInfoimport { type TarOptions } from "https://dotland.deno.dev/std@0.224.0/archive/mod.ts"; Options for {@link Tar.append}. PropertiesoptionalfilePath: stringFilepath of the file to append to the archive optionalreader: ReaderA Reader of any arbitrary content to append to the archive optionalcontentSize: numberSize of the content to be appended. This is only required when passing a reader to the archive.