typings: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to internalBinding

PR-URL: https://github.com/nodejs/node/pull/58655
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
Meghan Denny 2025-06-11 17:47:49 -08:00 committed by GitHub
parent 5e1537c30b
commit f48c6f0572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,6 +285,8 @@ export interface ConstantsBinding {
UNZIP: 7;
BROTLI_DECODE: 8;
BROTLI_ENCODE: 9;
ZSTD_COMPRESS: 10;
ZSTD_DECOMPRESS: 11;
Z_MIN_WINDOWBITS: 8;
Z_MAX_WINDOWBITS: 15;
Z_DEFAULT_WINDOWBITS: 15;