index.d.ts 258 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { CacheableResponse } from './CacheableResponse.js'; import { CacheableResponsePlugin } from './CacheableResponsePlugin.js'; import './_version.js'; /** * @module workbox-cacheable-response */ export { CacheableResponse, CacheableResponsePlugin, };