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