trosemann
Results
1
issues of
trosemann
I want to decompress my archive only if there is a certain file inside. So i call unzipper.list() and check the files in unzipper.on('list') `unzipper.on('list', (files) => { if(fileFound(files){ unzipper.extract({path:...