mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 22:45:25 +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
|