Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/archive/mod.ts>TarOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface TarOptions
implements TarInfo
Re-export
import { type TarOptions } from "https://deno.land/std@0.215.0/archive/mod.ts";

Properties

optional
filePath: string

Filepath of the file to append to the archive

optional
reader: Reader

A Reader of any arbitrary content to append to the archive

optional
contentSize: number

Size of the content to be appended. This is only required when passing a reader to the archive.