@jswork/unzip
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

unzip

unzip tools based on zip-lib.

version license size download

installation

npm install @jswork/unzip

usage

import unzip from '@jswork/unzip';

// will auto create target folder if not exists.
await unzip({
  source: '__tests__/dist.zip',
  target: '__tests__/test123'
});

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/unzip

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

9.2 kB

Total Files

10

Last publish

Collaborators

  • afeiship