Files
cpas/client/node_modules/update-browserslist-db/index.d.ts
T
jason 97be2d2908
Build and Push Docker Image / build (push) Successful in 18s
auth modal
2026-05-27 09:07:23 -05:00

7 lines
134 B
TypeScript

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