ICT30016-Assignment-3/node_modules/update-browserslist-db/index.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

6 lines
134 B
TypeScript

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