Module

std/archive/mod.ts>TarOptions

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

import TarOptions
import { TarOptions } from "https://dotland.deno.dev/std@0.215.0/archive/mod.ts";