Urara-Blog/node_modules/.pnpm-store/v3/files/8c/05f2543899a9b1b2b971e855aea096a44f55cb9a648c42b94f0f0200345454a1bd5063fc0da05c9924814fe7cd149f4fc0de053350271887562180a47fe9c0
2022-08-14 01:14:53 +08:00

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