Files
feedstr.live/node_modules/workbox-build/build/lib/no-revision-for-urls-matching-transform.d.ts
2023-11-25 18:12:47 -05:00

3 lines
141 B
TypeScript

import { ManifestTransform } from '../types';
export declare function noRevisionForURLsMatchingTransform(regexp: RegExp): ManifestTransform;