UNPKG

@ledgerhq/live-common

Version:
4 lines 364 B
import { LiveAppManifest } from "../../platform/types"; /** Appends query params to dapp URL or live app URL that might contain existing search params. */ export declare function appendQueryParamsToManifestURL(manifest: LiveAppManifest, queryString?: Record<string, string | string[]>): URL | undefined; //# sourceMappingURL=appendQueryParamsToManifestURL.d.ts.map