• Gets the contents of the files in the zip.

    Parameters

    • zipObject: JSZip
    • filesOfInterest: string[] = []

      Array of file names to extract from the zip file. If empty, all files are extracted.

    • blobExtensions: string[] = ...

      Array of file extensions to treat as blobs; defaults to ["png", "jpeg", "jpg", "gif", "svg", "xls", "xlsx"]

    Returns Promise<IZipObjectContentItem[]>

    Promise that resolves to an array of objects containing the file name and contents