@ev-fns/gunzip
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

@ev-fns/gunzip

Async gunzip file

Install

yarn add @ev-fns/gunzip

Usage

const { gunzip } = require("@ev-fns/gunzip");

const filename = "./backup_file.gz";

gunzip(filename).then(() => {
  console.log("gunzip finished");
});

Dependents (0)

Package Sidebar

Install

npm i @ev-fns/gunzip

Weekly Downloads

1

Version

0.3.2

License

MIT

Unpacked Size

1.98 kB

Total Files

4

Last publish

Collaborators

  • eliseuvideira