Docs
Reference
Guides
Blog
Discord
/
node:zlib
/
Zlib
P
bytesWritten
M
close
M
flush
P
shell
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:zlib
/
Zlib
P
bytesWritten
M
close
M
flush
P
shell
interface
zlib.Zlib
interface
Zlib
readonly
bytesWritten
:
number
shell
?
:
string
|
boolean
close
(
callback
?
:
(
)
=>
void
)
:
void
;
flush
(
kind
?
:
number
,
callback
?
:
(
)
=>
void
)
:
void
;
flush
(
callback
?
:
(
)
=>
void
)
:
void
;