Same URL
Used to detect whether the starting URL is the same as the target URL
import { isSameURL } from '@bprogress/react';
function isSameURL(target: URL, current: URL): boolean;
import { isSameURLWithoutSearch } from '@bprogress/react';
function isSameURLWithoutSearch(target: URL, current: URL): boolean;