Files
ScriptVPS/vps-monitor/frontend/node_modules/update-browserslist-db/index.d.ts
jeanotx32 d799ae503c
Some checks failed
Build and Push Docker Images / docker (push) Failing after 11s
Feat : login sys
2026-05-18 22:44:02 -04:00

7 lines
134 B
TypeScript

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