ship-gis/node_modules/workbox-precaching/utils/printInstallDetails.d.ts

10 lines
277 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09: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;