v1.0 with SW PWA enabled
This commit is contained in:
11
frontend/node_modules/workbox-recipes/index.d.ts
generated
vendored
Normal file
11
frontend/node_modules/workbox-recipes/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
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, };
|
||||
Reference in New Issue
Block a user