File size: 154 Bytes
1e92f2d |
1 2 3 4 5 |
/**
* Parses and returns the query parameters from the URL
*/
export const getCurrentQueryParams = () => new URLSearchParams( window.location.search );
|
1e92f2d |
1 2 3 4 5 |
/**
* Parses and returns the query parameters from the URL
*/
export const getCurrentQueryParams = () => new URLSearchParams( window.location.search );
|