Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/_zlib.mjs>gzip

Deno standard library
Go to Latest
variable gzip
import { gzip } from "https://deno.land/std@0.146.0/node/_zlib.mjs";

type

(
buffer,
opts,
callback,
) => unknown