RevelaOS/node_modules/update-browserslist-db/index.d.ts
2023-10-15 23:53:41 +01:00

6 lines
143 B
TypeScript

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