Docs
Reference
Guides
Blog
Discord
/
node:zlib
/
inflateRaw
N
inflateRaw
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:zlib
/
inflateRaw
N
inflateRaw
namespace
zlib.inflateRaw
function
inflateRaw
(
buf
:
InputType
,
callback
:
CompressCallback
)
:
void
;
function
inflateRaw
(
buf
:
InputType
,
options
:
ZlibOptions
,
callback
:
CompressCallback
)
:
void
;
namespace
inflateRaw