Skip to content

Commit ffff8ce

Browse files
nektrotargos
authored andcommitted
typings: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to internalBinding
PR-URL: #58655 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Xuguang Mei <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent b6760b3 commit ffff8ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typings/internalBinding/constants.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ export interface ConstantsBinding {
285285
UNZIP: 7;
286286
BROTLI_DECODE: 8;
287287
BROTLI_ENCODE: 9;
288+
ZSTD_COMPRESS: 10;
289+
ZSTD_DECOMPRESS: 11;
288290
Z_MIN_WINDOWBITS: 8;
289291
Z_MAX_WINDOWBITS: 15;
290292
Z_DEFAULT_WINDOWBITS: 15;

0 commit comments

Comments
 (0)