mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 23:42:51 +00:00
10 lines
277 B
TypeScript
10 lines
277 B
TypeScript
import '../_version.js';
|
|
/**
|
|
* @param {Array<string>} urlsToPrecache
|
|
* @param {Array<string>} urlsAlreadyPrecached
|
|
*
|
|
* @private
|
|
* @memberof workbox-precaching
|
|
*/
|
|
export declare function printInstallDetails(urlsToPrecache: string[], urlsAlreadyPrecached: string[]): void;
|