lanan-old/detection-user/node_modules/update-browserslist-db/index.d.ts
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00

7 lines
143 B
TypeScript

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