gameStatusUpdate/node_modules/update-browserslist-db/index.d.ts

7 lines
134 B
TypeScript
Raw Normal View History

2024-09-18 08:27:46 -07:00
/**
* Run update and print output to terminal.
*/
2024-11-04 11:06:36 -08:00
declare function updateDb(print?: (str: string) => void): void
2024-09-18 08:27:46 -07:00
export = updateDb