2023-10-03 11:14:36 +08:00
|
|
|
import { googleFontsCache, GoogleFontCacheOptions } from './googleFontsCache';
|
|
|
|
import { imageCache, ImageCacheOptions } from './imageCache';
|
|
|
|
import { staticResourceCache, StaticResourceOptions } from './staticResourceCache';
|
|
|
|
import { pageCache, PageCacheOptions } from './pageCache';
|
|
|
|
import { offlineFallback, OfflineFallbackOptions } from './offlineFallback';
|
|
|
|
import { warmStrategyCache, WarmStrategyCacheOptions } from './warmStrategyCache';
|
|
|
|
import './_version.js';
|
|
|
|
/**
|
|
|
|
* @module workbox-recipes
|
|
|
|
*/
|
|
|
|
export { GoogleFontCacheOptions, googleFontsCache, imageCache, ImageCacheOptions, offlineFallback, OfflineFallbackOptions, pageCache, PageCacheOptions, staticResourceCache, StaticResourceOptions, warmStrategyCache, WarmStrategyCacheOptions, };
|