Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
typings: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to internalBinding
  • Loading branch information
nektro committed Jun 10, 2025
commit 9c878c75b0f1188329f19880f272429f9f592d1d
2 changes: 2 additions & 0 deletions typings/internalBinding/constants.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading