source: node_modules/update-browserslist-db/index.d.ts@ 2058e5c

Last change on this file since 2058e5c was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 134 bytes
Line 
1/**
2 * Run update and print output to terminal.
3 */
4declare function updateDb(print?: (str: string) => void): void
5
6export = updateDb
Note: See TracBrowser for help on using the repository browser.