core.isbrowserenvironment | Medplum
isBrowserEnvironment() function
Returns true if running in a browser environment with window available.
Signature:
export declare function isBrowserEnvironment(): boolean;
Returns:
boolean
True if in browser environment.