source: frontend/node_modules/workbox-precaching/utils/printInstallDetails.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 277 bytes
Line 
1import '../_version.js';
2/**
3 * @param {Array<string>} urlsToPrecache
4 * @param {Array<string>} urlsAlreadyPrecached
5 *
6 * @private
7 * @memberof workbox-precaching
8 */
9export declare function printInstallDetails(urlsToPrecache: string[], urlsAlreadyPrecached: string[]): void;
Note: See TracBrowser for help on using the repository browser.