a string which is checked against window.location.href
check not just for partial match but exact match
takes the query string into account
if set, it is not enough that the href query parameters are a subset of the URL query parameters
Generated using TypeDoc
import { checkActivePath } from '@src/hylo-components/utils/usefull/usefull';
Checks whether the given href is part of the current url.