UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

9 lines (8 loc) 345 B
/** * 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 * @internal */ export declare const copySearchParams: (targetUrl: string, sourceUrl: string) => string;