Type Alias: UnzipFileHandler
May 16, 2026 ยท View on GitHub
Type Alias: UnzipFileHandler
UnzipFileHandler = (
file:UnzipFile) =>void
Handler for streaming ZIP decompression
Parameters
file
The file that was found in the archive
Returns
void
May 16, 2026 ยท View on GitHub
UnzipFileHandler = (
file:UnzipFile) =>void
Handler for streaming ZIP decompression
The file that was found in the archive
void