📄 index.d.ts
/home/palash/git/site/node_modules/update-browserslist-db/index.d.ts
Language: ts • Lines: 6
/**
 * Run update and print output to terminal.
 */
declare function updateDb(print?: (str: string) => void): void

export = updateDb