index.d.ts 309 B

1234567
  1. import { CacheableResponse, CacheableResponseOptions } from './CacheableResponse.js';
  2. import { CacheableResponsePlugin } from './CacheableResponsePlugin.js';
  3. import './_version.js';
  4. /**
  5. * @module workbox-cacheable-response
  6. */
  7. export { CacheableResponse, CacheableResponseOptions, CacheableResponsePlugin };