Module

std/archive/tar.ts>TarMeta

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

Base interface for {@link TarMetaWithLinkName}.

Properties

fileName: string

The name of the file, with directory names (if any) preceding the file name, separated by slashes.

optional
fileSize: number

The size of the file in bytes; for archive members that are symbolic or hard links to another file, this field is specified as zero.

import TarMeta
import { TarMeta } from "https://dotland.deno.dev/std@0.223.0/archive/tar.ts";