Urara-Blog/node_modules/.pnpm-store/v3/files/96/efb88270005edc60f865fc80451535ac3e4a7e777951f7af0982d512b2e5bc6892f273e4a3dd6dcb50be751f2ddd27c0e7442394beb6c02ea51ad3329caf4c
2022-08-14 01:14:53 +08:00

11 lines
287 B
Text

import { WorkboxPlugin } from 'workbox-core/types.js';
import './_version.js';
/**
* Adds plugins to the precaching strategy.
*
* @param {Array<Object>} plugins
*
* @memberof workbox-precaching
*/
declare function addPlugins(plugins: WorkboxPlugin[]): void;
export { addPlugins };