Skip to main content
Module

std/archive/mod.ts>TarDataWithSource

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

Tar data interface for Tar.data.

Properties

optional
filePath: string

Path of the file to read.

optional
reader: Reader

Buffer reader.