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