source: frontend/node_modules/workbox-recipes/index.d.ts

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

Fix frontend appearance

  • Property mode set to 100644
File size: 747 bytes
Line 
1import { googleFontsCache, GoogleFontCacheOptions } from './googleFontsCache';
2import { imageCache, ImageCacheOptions } from './imageCache';
3import { staticResourceCache, StaticResourceOptions } from './staticResourceCache';
4import { pageCache, PageCacheOptions } from './pageCache';
5import { offlineFallback, OfflineFallbackOptions } from './offlineFallback';
6import { warmStrategyCache, WarmStrategyCacheOptions } from './warmStrategyCache';
7import './_version.js';
8/**
9 * @module workbox-recipes
10 */
11export { GoogleFontCacheOptions, googleFontsCache, imageCache, ImageCacheOptions, offlineFallback, OfflineFallbackOptions, pageCache, PageCacheOptions, staticResourceCache, StaticResourceOptions, warmStrategyCache, WarmStrategyCacheOptions, };
Note: See TracBrowser for help on using the repository browser.