Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/gzip/gzip.ts>checkTail

compress and uncompress for Deno
Latest
function checkTail
import { checkTail } from "https://deno.land/x/compress@v0.5.0/gzip/gzip.ts";

Checks the GZIP file's tail for CRC32 checksum and file size.

Parameters

arr: number[]
  • The array containing GZIP data.