Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/archive/mod.ts>TarMetaWithLinkName

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface TarMetaWithLinkName
implements TarMeta
import { type TarMetaWithLinkName } from "https://deno.land/std@0.224.0/archive/mod.ts";

Extend TarMeta with the linkName property so that readers can access symbolic link values without polluting the world of archive writers.

Properties

optional
linkName: string

File name of the symbolic link.