Type Alias: UnzipFileHandler

May 16, 2026 ยท View on GitHub

fflate


Type Alias: UnzipFileHandler

UnzipFileHandler = (file: UnzipFile) => void

Handler for streaming ZIP decompression

Parameters

file

UnzipFile

The file that was found in the archive

Returns

void

Contents

  1. 1Parameters
  2. 1.1file
  3. 2Returns