Files
mooknote_web/node_modules/update-browserslist-db/index.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

7 lines
134 B
TypeScript

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