mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 08:29:14 +08:00
11 lines
747 B
Text
11 lines
747 B
Text
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, };
|