index.ts 496 B

123456789101112131415161718192021
  1. /*
  2. Copyright 2018 Google LLC
  3. Use of this source code is governed by an MIT-style
  4. license that can be found in the LICENSE file or at
  5. https://opensource.org/licenses/MIT.
  6. */
  7. import {
  8. CacheableResponse,
  9. CacheableResponseOptions,
  10. } from './CacheableResponse.js';
  11. import {CacheableResponsePlugin} from './CacheableResponsePlugin.js';
  12. import './_version.js';
  13. /**
  14. * @module workbox-cacheable-response
  15. */
  16. export {CacheableResponse, CacheableResponseOptions, CacheableResponsePlugin};