Skip to main content
Zlib - zlib - Node documentation
interface Zlib

Usage in Deno

import { type Zlib } from "node:zlib";

Properties

deprecated
readonly
bytesRead: number
readonly
bytesWritten: number
optional
shell:
boolean
| string
| undefined

Methods

close(callback?: () => void): void
flush(
kind?: number,
callback?: () => void,
): void
flush(callback?: () => void): void