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

x/compress/gzip/gzip.ts>checkHeader

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

Checks the validity of the GZIP file header.

Parameters

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