Interface PaxHeaderAttributes

Object of key-value pairs for raw PAX attributes to populate a PaxHeader instance with.

Hierarchy

  • Record<PaxHeaderKey | string, string | number>
    • PaxHeaderAttributes

Properties

comment: string
gid: string | number
gname: string
hdrcharset: string
linkpath: string
mtime: string | number
path: string
size: string | number
uid: string | number
uname: string

Generated using TypeDoc