node-zstandard icon indicating copy to clipboard operation
node-zstandard copied to clipboard

Node.js interface to Zstandard (zstd)

Results 5 node-zstandard issues
Sort by recently updated
recently updated
newest added

I realize with the way this project is setup (a wrapper around a CLI executable) this would actually be using temporary files under the hood, but a nice wrapper for...

Binary built using `make`. Tests passed without error.

It might be handy for others to have a `decompressStreamFromStream` method, as I've added very quickly/hackily (in terms of code duplication) over here: https://github.com/josephrocca/node-zstandard-2

Added typescript and documentation