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