Dictionary support for zstd
What is the problem this feature will solve?
zstd decompression does not work for archives that initially used a compression dictionary, as there is no way to input a dictionary when calling the function in Node's zlib library. This leads to dictionary wrong errors when attempting to decompress.
What is the feature you are proposing to solve the problem?
Include the ability to use zstd's dictionary feature when calling for zstd (de)compression using the zlib library functions.
What alternatives have you considered?
Using existing community modules for zstd, but these often use much older versions of zstd.