Urara-Blog/node_modules/.pnpm-store/v3/files/5a/36890fb3b6e0704b3123781bf1bdf91ad7095556128c6e5066e981e0a6b21508a09833d89152ae07b498316b4d6616c9f3be36f798fc24c26e59edfb4a0068
2022-08-14 01:14:53 +08:00

38 lines
952 B
Text

/*
Copyright 2020 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
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,
};