GoScrobble/web/node_modules/workbox-precaching/utils/printInstallDetails.d.ts

10 lines
284 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import '../_version.js';
/**
* @param {Array<string>} urlsToPrecache
* @param {Array<string>} urlsAlreadyPrecached
*
* @private
* @memberof module:workbox-precaching
*/
export declare function printInstallDetails(urlsToPrecache: string[], urlsAlreadyPrecached: string[]): void;