仪表盘
版本库
文件存储
活动
搜索
登录
main
/
JLApp
巨力App
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.在新的手机上运行
loulijun2021
2024-04-08
429e9bb5915dd90978374cbd8574a9dc5fa464d7
[JLApp.git]
/
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