mirror of
https://github.com/idanoo/GoScrobble
synced 2025-06-30 13:12:18 +00:00
9 lines
287 B
TypeScript
9 lines
287 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 module:workbox-precaching
|
|
*/
|
|
declare function cleanupOutdatedCaches(): void;
|
|
export { cleanupOutdatedCaches };
|