UNPKG

serwist

Version:

A Swiss Army knife for service workers.

6 lines 264 B
/** * Adds an `activate` event listener which will clean up incompatible * precaches that were created by older versions of Serwist. */ export declare const cleanupOutdatedCaches: (cacheName?: string) => void; //# sourceMappingURL=cleanupOutdatedCaches.d.ts.map