UNPKG

file-zip

Version:

The file folder compression, decompression of the compressed package

9 lines (7 loc) 169 B
/** * Created by chenqifeng on 2017/3/1. */ var filesZip = require('../index'); var name = './t.zip'; var folderPath = 'zip' filesZip.unzip(name,folderPath);