Urara-Blog/node_modules/.pnpm-store/v3/files/b0/54690900ab62a030d609355f68211b5408f5f7ea94a7d4c72edb0cfef57eb68f1b4f71a459939f1d64fe14ed48838ce6b87939180d1102263785eebf09f29c
2022-08-14 01:14:53 +08:00

18 lines
662 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 } from './googleFontsCache';
import { imageCache } from './imageCache';
import { staticResourceCache, } from './staticResourceCache';
import { pageCache } from './pageCache';
import { offlineFallback } from './offlineFallback';
import { warmStrategyCache } from './warmStrategyCache';
import './_version.js';
/**
* @module workbox-recipes
*/
export { googleFontsCache, imageCache, offlineFallback, pageCache, staticResourceCache, warmStrategyCache, };