source: frontend/node_modules/workbox-precaching/utils/generateURLVariations.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 483 bytes
Line 
1import { PrecacheRouteOptions } from '../_types.js';
2import '../_version.js';
3/**
4 * Generator function that yields possible variations on the original URL to
5 * check, one at a time.
6 *
7 * @param {string} url
8 * @param {Object} options
9 *
10 * @private
11 * @memberof workbox-precaching
12 */
13export declare function generateURLVariations(url: string, { ignoreURLParametersMatching, directoryIndex, cleanURLs, urlManipulation, }?: PrecacheRouteOptions): Generator<string, void, unknown>;
Note: See TracBrowser for help on using the repository browser.