mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 02:22:52 +00: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;
|