Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
update-browserslist-db
/
index.d.ts
blob: 7ae5acd345325ea0a8708f5ee01ab6054e45a62d [
file
] [
log
] [
blame
]
/**
* Run update and print output to terminal.
*/
declare
function
updateDb
(
print
?:
(
str
:
string
)
=>
void
):
void
export
=
updateDb