Skip to content

zlib

Last updated View as MarkdownAgent setup

The node:zlib module provides compression functionality implemented using Gzip, Deflate/Inflate, and Brotli. To access it:

import zlib from "node:zlib";

The full node:zlib API is documented in the Node.js documentation for node:zlib.

Was this helpful?