@tmlmobilidade/utils 20250711.1327.21 → 20250711.1328.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* @param searchParams The search parameters to append. You can get this with `window.location.search`.
|
|
6
6
|
* @returns A new URL string that combines the destination and the search parameters.
|
|
7
7
|
*/
|
|
8
|
-
export declare function keepUrlParams(destination: string, searchParams
|
|
8
|
+
export declare function keepUrlParams(destination: string, searchParams?: string): string;
|
package/package.json
CHANGED