Skip to main content
Module

std/archive/tar.ts>TarDataWithSource

The Deno Standard Library
Latest
interface TarDataWithSource
implements TarData
import { type TarDataWithSource } from "https://deno.land/std@0.224.0/archive/tar.ts";

Tar data interface for Tar.data.

Properties

optional
filePath: string

Path of the file to read.

optional
reader: Reader

Buffer reader.