summaryrefslogtreecommitdiff
path: root/node_modules/update-browserslist-db/index.d.ts
blob: 7ae5acd345325ea0a8708f5ee01ab6054e45a62d (plain) (blame)
1
2
3
4
5
6
/**
 * Run update and print output to terminal.
 */
declare function updateDb(print?: (str: string) => void): void

export = updateDb