Preganancy-Prediction / frontend /node_modules /@clerk /shared /dist /buildAccountsBaseUrl.d.ts
karthik-2905's picture
Upload folder using huggingface_hub
5d14125 verified
/**
* Builds a full origin string pointing to the Account Portal for the given frontend API.
*/
declare function buildAccountsBaseUrl(frontendApi?: string): string;
export { buildAccountsBaseUrl };