mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 05:19:30 +08:00
6 lines
143 B
Text
6 lines
143 B
Text
/**
|
|
* Run update and print output to terminal.
|
|
*/
|
|
declare function updateDb(print?: (str: string) => void): Promise<void>
|
|
|
|
export = updateDb
|