printCleanupDetails.d.ts 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import '../_version.js'; /** * @param {Array<string>} deletedURLs * * @private * @memberof module:workbox-precaching */ export declare function printCleanupDetails(deletedURLs: string[]): void;