import * as compress from "https://deno.land/x/compress@v0.5.0/gzip/gzip.ts"; VariablesvDEFAULT_LEVELFunctionsfcheckHeaderChecks the validity of the GZIP file header. fcheckTailChecks the GZIP file's tail for CRC32 checksum and file size. fgetHeaderGenerates the header for a GZIP file. fgunzipDecompresses a GZIP formatted byte array. fgzipfputLong