Urara-Blog/node_modules/.pnpm-store/v3/files/92/187c93578cb5545a8fca6dc8168a6a6f03feaee8e426c01649f5a1c2791ae5c28b1f412a5ef3c7cf9d38d9b1629a66c1855efc921a102ff9c7bbe89ceb044c
2022-08-14 01:14:53 +08:00

6 lines
143 B
Text

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