Frontend/25_01_07/mai/node_modules/workbox-precaching/cleanupOutdatedCaches.d.ts
szabomarton 7f4a15b9c3 asd
2025-01-28 11:38:27 +01:00

10 lines
280 B
TypeScript

import './_version.js';
/**
* Adds an `activate` event listener which will clean up incompatible
* precaches that were created by older versions of Workbox.
*
* @memberof workbox-precaching
*/
declare function cleanupOutdatedCaches(): void;
export { cleanupOutdatedCaches };