Urara-Blog/node_modules/.pnpm-store/v3/files/60/6cdf5e3e2ec4b4b57c3d6b04198d802756c60f3bcc1048837ec91da2df9f61ae998713bbf7ebcdd3db1f71d8a65ea20d666486d107dfe5ced4b2d06e478c00
2022-08-14 01:14:53 +08:00

11 lines
345 B
Text

import '../_version.js';
/**
* Returns true if two URLs have the same `.href` property. The URLS can be
* relative, and if they are the current location href is used to resolve URLs.
*
* @private
* @param {string} url1
* @param {string} url2
* @return {boolean}
*/
export declare function urlsMatch(url1: string, url2: string): boolean;