@gyng/remote-zip
    Preparing search index...

    Interface RemoteZipFile

    A friendly representation of a file inside a ZIP archive

    interface RemoteZipFile {
        attributes: number;
        filename: string;
        modified: string;
        size: number;
    }
    Index

    Properties

    attributes: number

    File attributes of host system

    filename: string

    Full path of the file inside the archive

    modified: string

    ISO timestamp without timezone (ZIP/DOS does not preserve timezones)

    size: number

    Size in bytes