UNPKG

node-mirai-fgo-gacha

Version:

node-mirai-sdk fgo gacha plugin

10 lines (9 loc) 308 B
export = download; /** * @method download * @description download a file to dist * @param { string } src download url * @param { string } dist * @param { boolean } [overwrite] overwrite file if exist */ declare function download(src: string, dist: string, overwrite?: boolean): Promise<void>;