Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface TarMetaWithLinkName
implements TarMeta
import { type TarMetaWithLinkName } from "https://deno.land/std@0.215.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