@obsidize/tar-browserify
    Preparing search index...

    Interface TarHeaderOptions

    interface TarHeaderOptions {
        gnu?: GnuHeader;
        isPaxGlobal?: boolean;
        pax?: PaxHeader;
        preamble?: UstarHeader;
        ustar: UstarHeader;
    }
    Index

    Properties

    gnu?: GnuHeader
    isPaxGlobal?: boolean
    pax?: PaxHeader
    preamble?: UstarHeader