cleanupOutdatedCaches.d.ts 287 B

123456789
  1. import './_version.js';
  2. /**
  3. * Adds an `activate` event listener which will clean up incompatible
  4. * precaches that were created by older versions of Workbox.
  5. *
  6. * @memberof module:workbox-precaching
  7. */
  8. declare function cleanupOutdatedCaches(): void;
  9. export { cleanupOutdatedCaches };