the-forest/client/node_modules/workbox-precaching/utils/printInstallDetails.d.ts

10 lines
277 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import '../_version.js';
/**
* @param {Array<string>} urlsToPrecache
* @param {Array<string>} urlsAlreadyPrecached
*
* @private
* @memberof workbox-precaching
*/
export declare function printInstallDetails(urlsToPrecache: string[], urlsAlreadyPrecached: string[]): void;