dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化sdk日志 关闭定时任务日志remark不为空开启日志写入
‘liusuyi’
2024-03-09
bfebb3257d57c7b1906a09ac3b76af1bc9e62d25
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
update-browserslist-db
/
index.d.ts
1
2
3
4
5
6
/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): Promise<void>
export = updateDb