mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 14:19:29 +08:00
8 lines
192 B
Text
8 lines
192 B
Text
import '../_version.js';
|
|
/**
|
|
* @param {Array<string>} deletedURLs
|
|
*
|
|
* @private
|
|
* @memberof workbox-precaching
|
|
*/
|
|
export declare function printCleanupDetails(deletedURLs: string[]): void;
|