mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 05:58:25 -04:00
8 lines
309 B
TypeScript
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 };
|