mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 15:39:50 -04:00
9 lines
192 B
TypeScript
9 lines
192 B
TypeScript
|
|
import '../_version.js';
|
||
|
|
/**
|
||
|
|
* @param {Array<string>} deletedURLs
|
||
|
|
*
|
||
|
|
* @private
|
||
|
|
* @memberof workbox-precaching
|
||
|
|
*/
|
||
|
|
export declare function printCleanupDetails(deletedURLs: string[]): void;
|