Files
2026-02-04 00:11:19 +05:00

7 lines
134 B
TypeScript
Executable File

/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): void
export = updateDb