zhangback
2025-12-29 3fa2221feb0de6d43f5cad8e8bab7463b39c1dda
1
2
3
4
5
6
/**
 * Run update and print output to terminal.
 */
declare function updateDb(print?: (str: string) => void): void
 
export = updateDb