Module

std/archive/tar.ts>TarOptions

Deno standard library
Go to Latest
interface TarOptions
implements TarInfo
import { type TarOptions } from "https://dotland.deno.dev/std@0.145.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