@clerk/shared
Version:
Internal package utils used by the Clerk SDKs
7 lines • 304 B
TypeScript
//#region src/internal/clerk-js/runtime.d.ts
declare function inBrowser(): boolean;
declare function inActiveBrowserTab(): boolean;
declare function inIframe(): boolean;
declare function inCrossOriginIframe(): boolean;
//#endregion
export { inActiveBrowserTab, inBrowser, inCrossOriginIframe, inIframe };