Urara-Blog/node_modules/.pnpm-store/v3/files/ed/7c4fae117fe927e3ec765f97a54998ead79141918de148f0de0af39ee443d0e3f8d4de8d08c3cecf107f63414b069f7a4144d336be6361e5c261b4e697e981
2022-08-14 01:14:53 +08:00

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