Docs
Reference
Guides
Blog
Discord
/
node:zlib
/
unzipSync
F
unzipSync
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:zlib
/
unzipSync
F
unzipSync
function
zlib.unzipSync
function
unzipSync
(
buf
:
InputType
,
options
?
:
ZlibOptions
)
:
Buffer
;
Decompress a chunk of data with
Unzip
.