serwist
Version:
A Swiss Army knife for service workers.
14 lines • 456 B
TypeScript
import type { PrecacheRouteOptions } from "../../types.js";
/**
* This function will take the request URL and manipulate it based on the
* configuration options.
*
* @param url
* @param options
* @returns Returns the URL in the cache that matches the request,
* if possible.
*
* @private
*/
export declare const getCacheKeyForURL: (url: string, options: PrecacheRouteOptions) => string | undefined;
//# sourceMappingURL=getCacheKeyForURL.d.ts.map