Files
fte-Homepage/node_modules/update-browserslist-db/index.d.ts
root 06acaecee1 .
2023-07-30 22:05:51 +02:00

7 lines
143 B
TypeScript

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