Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/update-browserslist-db/index.d.ts
rd565449 r0c6b92a 2 2 * Run update and print output to terminal. 3 3 */ 4 declare function updateDb(print?: (str: string) => void): Promise<void>4 declare function updateDb(print?: (str: string) => void): void 5 5 6 6 export = updateDb
Note:
See TracChangeset
for help on using the changeset viewer.