Skip to main content
Zlib - Node documentation
interface 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
Back to top