PromoCursed/node_modules/workbox-cacheable-response/index.d.ts
2024-08-20 23:25:37 +04:00

8 lines
309 B
TypeScript

import { CacheableResponse, CacheableResponseOptions } from './CacheableResponse.js';
import { CacheableResponsePlugin } from './CacheableResponsePlugin.js';
import './_version.js';
/**
* @module workbox-cacheable-response
*/
export { CacheableResponse, CacheableResponseOptions, CacheableResponsePlugin };