1.0.3 • Published 1 year ago

@jswork/unzip v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago