mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 00:59:14 +08:00
9 lines
277 B
Text
9 lines
277 B
Text
import '../_version.js';
|
|
/**
|
|
* @param {Array<string>} urlsToPrecache
|
|
* @param {Array<string>} urlsAlreadyPrecached
|
|
*
|
|
* @private
|
|
* @memberof workbox-precaching
|
|
*/
|
|
export declare function printInstallDetails(urlsToPrecache: string[], urlsAlreadyPrecached: string[]): void;
|