Information about a zipped file.

interface IZipInfo {
    filelist: any[];
    filename: string;
    zip: JSZip;
}

Hierarchy (view full)

Properties

Properties

filelist: any[]

List of files included in this zip

filename: string

Zip's filename

zip: JSZip

JSZip object