zipSyncSynchronously creates a ZIP file. Prefer using zip for better performance with more than one file. function zipSync(data: Zippable, opts?: ZipOptions): Uint8Array;§zipSync(data: Zippable, opts?: ZipOptions): Uint8Array[src]§Parameters§data: Zippable[src]The directory structure for the ZIP archive §opts?: ZipOptions optional[src]The main options, merged with per-file options §Return Type§Uint8Array[src]The generated ZIP archive