v1.0 with SW PWA enabled
This commit is contained in:
11
frontend/node_modules/workbox-precaching/addPlugins.d.ts
generated
vendored
Normal file
11
frontend/node_modules/workbox-precaching/addPlugins.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
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 };
|
||||
Reference in New Issue
Block a user