import { removeFromLocationSearch } from '@src/hylo-components/utils/usefull/usefull';
Removes values from the url search string.
Fires the event "hyloLocationSearchChanged" on the windows object.
an array of keys to be removed
Optional
whether to create a new history entry or replace the current
Generated using TypeDoc
import { removeFromLocationSearch } from '@src/hylo-components/utils/usefull/usefull';
Removes values from the url search string.
Fires the event "hyloLocationSearchChanged" on the windows object.