Urara-Blog/node_modules/.pnpm-store/v3/files/c9/2d3eee992705f4ee43f2c9b6243ef4a1302651e5b7d7ec9b49107bd91193a5754ddd0cf8eeb0812db6564da573594db1cf699c9f2e7db1b40c96ef70604f9a
2022-08-14 01:14:53 +08:00

21 lines
496 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 {
CacheableResponse,
CacheableResponseOptions,
} from './CacheableResponse.js';
import {CacheableResponsePlugin} from './CacheableResponsePlugin.js';
import './_version.js';
/**
* @module workbox-cacheable-response
*/
export {CacheableResponse, CacheableResponseOptions, CacheableResponsePlugin};