unzip tools based on zip-lib.
npm install @jswork/unzip
import unzip from '@jswork/unzip';
// will auto create target folder if not exists.
await unzip({
source: '__tests__/dist.zip',
target: '__tests__/test123'
});
Code released under the MIT license.