source: frontend/node_modules/workbox-precaching/addPlugins.d.ts

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

Fix frontend appearance

  • Property mode set to 100644
File size: 287 bytes
RevLine 
[9af201e]1import { WorkboxPlugin } from 'workbox-core/types.js';
2import './_version.js';
3/**
4 * Adds plugins to the precaching strategy.
5 *
6 * @param {Array<Object>} plugins
7 *
8 * @memberof workbox-precaching
9 */
10declare function addPlugins(plugins: WorkboxPlugin[]): void;
11export { addPlugins };
Note: See TracBrowser for help on using the repository browser.