The path to the gzipped file.
OptionalreadFileOptions: { encoding?: null; flag?: string }The options to pass to the readFileSync function.
OptionalzlibOptions: 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.