source: frontend/node_modules/workbox-window/utils/urlsMatch.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: 345 bytes
Line 
1import '../_version.js';
2/**
3 * Returns true if two URLs have the same `.href` property. The URLS can be
4 * relative, and if they are the current location href is used to resolve URLs.
5 *
6 * @private
7 * @param {string} url1
8 * @param {string} url2
9 * @return {boolean}
10 */
11export declare function urlsMatch(url1: string, url2: string): boolean;
Note: See TracBrowser for help on using the repository browser.