NET-Web-API-w-Angular/my-app/node_modules/update-browserslist-db/index.d.ts

6 lines
143 B
TypeScript
Executable file

/**
* Run update and print output to terminal.
*/
declare function updateDb(print?: (str: string) => void): Promise<void>
export = updateDb