|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
747 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | import { googleFontsCache, GoogleFontCacheOptions } from './googleFontsCache';
|
|---|
| 2 | import { imageCache, ImageCacheOptions } from './imageCache';
|
|---|
| 3 | import { staticResourceCache, StaticResourceOptions } from './staticResourceCache';
|
|---|
| 4 | import { pageCache, PageCacheOptions } from './pageCache';
|
|---|
| 5 | import { offlineFallback, OfflineFallbackOptions } from './offlineFallback';
|
|---|
| 6 | import { warmStrategyCache, WarmStrategyCacheOptions } from './warmStrategyCache';
|
|---|
| 7 | import './_version.js';
|
|---|
| 8 | /**
|
|---|
| 9 | * @module workbox-recipes
|
|---|
| 10 | */
|
|---|
| 11 | export { GoogleFontCacheOptions, googleFontsCache, imageCache, ImageCacheOptions, offlineFallback, OfflineFallbackOptions, pageCache, PageCacheOptions, staticResourceCache, StaticResourceOptions, warmStrategyCache, WarmStrategyCacheOptions, };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.