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