ohctechv3/.svn/pristine/ba/ba638b5a115bf962147a571f9c482db5ce879698.svn-base

7 lines
143 B
Plaintext
Raw Permalink Normal View History

2024-10-28 15:03:36 +05:30
/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): Promise<void>
export = updateDb