mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
/**
|
|
* Run update and print output to terminal.
|
|
*/
|
|
declare function updateDb(print?: (str: string) => void): Promise<void>
|
|
|
|
export = updateDb
|