This module (imported as zstd-napi) provides a high-level interface for
Zstandard compression and decompression. If you aren't sure what you need,
this is the right place to start!
The compress and decompress functions are the simplest,
single-pass (in-memory) interface.
The Compressor and Decompressor classes provide a
single-pass interface with dictionary support.
This module (imported as
zstd-napi
) provides a high-level interface for Zstandard compression and decompression. If you aren't sure what you need, this is the right place to start!If you're looking for low-level bindings to the native Zstandard library, see the binding module.