UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

4 lines (2 loc) 191 B
declare const apiUrlFromPublishableKey: (publishableKey: string) => "https://api.clerk.com" | "https://api.lclclerk.com" | "https://api.clerkstage.dev"; export { apiUrlFromPublishableKey };