Files
ihrm/node_modules/update-browserslist-db/index.d.ts
Nikhil Ravi Cybrosys e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30

7 lines
149 B
TypeScript
Executable File

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