Urara-Blog/node_modules/.pnpm-store/v3/files/bd/5d2435dea40059f3f67163939913556f9d02c614c9c8a640b9ca26e1d709e7513e19e7e955c34e21ea1873999239f96572162ccc0f31a2a98f1135643aeaad
2022-08-14 01:14:53 +08:00

14 lines
448 B
Text

import { PrecacheRouteOptions } from '../_types.js';
import '../_version.js';
/**
* This function will take the request URL and manipulate it based on the
* configuration options.
*
* @param {string} url
* @param {Object} options
* @return {string} Returns the URL in the cache that matches the request,
* if possible.
*
* @private
*/
export declare const getCacheKeyForURL: (url: string, options: PrecacheRouteOptions) => string | void;