Module

std/archive/mod.ts>TarDataWithSource

The Deno Standard Library
Go to Latest
interface TarDataWithSource
implements TarData
import { type TarDataWithSource } from "https://dotland.deno.dev/std@0.223.0/archive/mod.ts";

Tar data interface for {@link Tar.data}.

Properties

optional
filePath: string

Path of the file to read.

optional
reader: Reader

Buffer reader.