async-gzip-gunzip
v1.0.2
Published
Uncomplicated async gzip and gunzip functions for node.js.
Readme
Async Gzip and Gunzip for Node.js
Main repo: https://github.com/huned/nodejs-async-gzip-gunzip
Uncomplicated async gzip and gunzip functions for node.js.
Overview
Features:
- uncomplicated
- no dependencies or bloat
- familiar interface
Install
npm install async-gzip-gunzipUsage
const asyncGunzip = require('async-gzip-gunzip').asyncGunzip
const gunzipped = await asyncGunzip(gzippedBuffer)
const asyncGzip = require('async-gzip-gunzip').asyncGzip
const gzipped = await asyncGzip(gunzippedBuffer)Author
License
MIT
