Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/archive/mod.ts>TarOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface TarOptions
implements TarInfo
import { type TarOptions } from "https://deno.land/x/deno@v0.28.0/std/archive/mod.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