UNPKG

update-browserslist-db

Version:

CLI tool to update caniuse-lite to refresh target browsers from Browserslist config

7 lines (5 loc) 134 B
/** * Run update and print output to terminal. */ declare function updateDb(print?: (str: string) => void): void export = updateDb