Files
nothoughts/node_modules/pixi.js/lib/assets/utils/copySearchParams.d.ts
2025-08-04 18:57:35 +02:00

8 lines
332 B
TypeScript

/**
* Copies the search params from one url to another
* @param targetUrl - the url to copy the search params to
* @param sourceUrl - the url container the search params we want to copy
* @returns the url with the search params copied
*/
export declare const copySearchParams: (targetUrl: string, sourceUrl: string) => string;