UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

7 lines 189 B
//#region src/utils/instance.d.ts /** * Check if the frontendApi ends with a staging domain */ declare function isStaging(frontendApi: string): boolean; //#endregion export { isStaging };