Urara-Blog/node_modules/.pnpm-store/v3/files/cb/f3ae447580111f5d0fdb32db928474165ed45fe9789290a73d48f25c3bc75ffc8efd511884a801f0930d4cb0e31175be9416c1573bf611375a2f91da896103
2022-08-14 01:14:53 +08:00

18 lines
452 B
Text

/*
Copyright 2018 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 {CacheExpiration} from './CacheExpiration.js';
import {ExpirationPlugin, ExpirationPluginOptions} from './ExpirationPlugin.js';
import './_version.js';
/**
* @module workbox-expiration
*/
export {CacheExpiration, ExpirationPlugin, ExpirationPluginOptions};