hexo/node_modules/workbox-precaching/utils/printInstallDetails.d.ts

10 lines
277 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08: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;