gameforge - v0.1.12
    Preparing search index...

    Variable copySearchParamsConst

    copySearchParams: (targetUrl: string, sourceUrl: string) => string

    Copies the search params from one url to another

    Type Declaration

      • (targetUrl: string, sourceUrl: string): string
      • Parameters

        • targetUrl: string

          the url to copy the search params to

        • sourceUrl: string

          the url container the search params we want to copy

        Returns string

        the url with the search params copied