The path to the gzipped file.
Optional
readFileOptions: { The options to pass to the readFileSync
function.
Optional
encoding?: nullOptional
flag?: stringOptional
zlibOptions: ZlibOptionsThe options to pass to the unzipSync
function.
The uncompressed data as a Buffer.
Reads a gzipped file synchronously and returns the uncompressed data as a Buffer.