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

Simply gzip and ungzip in Node.js with promises

Results 1 node-gzip issues
Sort by recently updated
recently updated
newest added

Since node 12 you can just do ``` promisify(zlib.gzip)(buffer) ``` Which is the idiomatic way to promisify gzip. Is there a reason for this library to exist at this point?...