UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

7 lines 252 B
//#region src/buildAccountsBaseUrl.d.ts /** * Builds a full origin string pointing to the Account Portal for the given frontend API. */ declare function buildAccountsBaseUrl(frontendApi?: string): string; //#endregion export { buildAccountsBaseUrl };