UNPKG

node-mirai-fgo-gacha

Version:

node-mirai-sdk fgo gacha plugin

9 lines (8 loc) 258 B
export = init; /** * @method init * @description init resources * @param { boolean } [log] show log * @param { boolean } [overwrite] force download and overwrite files */ declare function init(log?: boolean, overwrite?: boolean): Promise<void>;