Reference
@muze-nl/metro-hashparams reference
parse(url)
Returns a URLSearchParams object for the query part inside the hash. #?foo=bar and #section?foo=bar are recognised.
append(url, params)
Returns a Metro URL with params appended to the hash.
clear(url)
Returns a Metro URL with the hash query portion removed, preserving the rest of the hash.