index.d.ts 258 B

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