gis-tools-ts - v0.8.0
    Preparing search index...

    Interface WriteZipItem

    WriteZipItem - Represents an item to be zipped

    interface WriteZipItem {
        comment: string;
        data: Uint8Array;
        name: string;
    }
    Index
    comment: string

    The comment of the item

    data: Uint8Array

    The bytes of the item

    name: string

    The filename of the item