sdfsdfs
This commit is contained in:
7
node_modules/pixi.js/lib/assets/utils/copySearchParams.d.ts
generated
vendored
Normal file
7
node_modules/pixi.js/lib/assets/utils/copySearchParams.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 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;
|
Reference in New Issue
Block a user