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

std/archive/tar.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
import { type TarOptions } from "https://deno.land/std@0.53.0/archive/tar.ts";

Properties

optional
filePath: string

append file

optional
reader: Deno.Reader

append any arbitrary content

optional
contentSize: number

size of the content to be appended