Skip to content

Commit a174649

Browse files
authored
internal: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to typings
1 parent b5984c5 commit a174649

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)