Skip to main content
Module

std/archive/tar.ts>TarOptions

Deno standard library
Go to Latest
interface TarOptions
implements TarInfo
Re-export
import { type TarOptions } from "https://deno.land/std@0.177.0/archive/tar.ts";

Properties

optional
filePath: string

append file

optional
reader: Reader

append any arbitrary content

optional
contentSize: number

size of the content to be appended