mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 06:39:13 +08:00
9 lines
280 B
Text
9 lines
280 B
Text
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 };
|