zlib.zstdDecompressSync(buffer[, options])
稳定性: 1 - 实验性的
¥Stability: 1 - Experimental
-
buffer
<Buffer> | <TypedArray> | <DataView> | <ArrayBuffer> | <string> -
options
zstd options
使用 ZstdDecompress
解压缩数据块。
¥Decompress a chunk of data with ZstdDecompress
.