wdfiledownloader
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

filedownloader

安装

npm i --save @gswl/filedownloader

使用

import filedownload from "@gswl/filedownloader"

/**
 * @param downloadlink 下载链接
 * @param unzipdir 文件存放解压地址
 * */
filedownload(downloadlink, unzipdir).then(res => {
    // res: 
    // download success 非zip文件下载成功
    // unzip success zip文件下载解压成功

}).catch(err => {
    // err 

})

Readme

Keywords

none

Package Sidebar

Install

npm i wdfiledownloader

Weekly Downloads

5

Version

1.0.5

License

ISC

Unpacked Size

4 kB

Total Files

4

Last publish

Collaborators

  • wangdonglove23