Files
tfm_ainventory/frontend/node_modules/workbox-cacheable-response/index.d.ts
2026-04-10 14:05:50 +03: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 };