node-zstandard
node-zstandard copied to clipboard
Node.js interface to Zstandard (zstd)
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