async-gzip-gunzip

1.0.2 • Public • Published

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-gunzip

Usage

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

Huned Botee

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i async-gzip-gunzip

Weekly Downloads

140

Version

1.0.2

License

MIT

Unpacked Size

2.81 kB

Total Files

5

Last publish

Collaborators

  • huned