Skip to main content

core.isbrowserenvironment

Home > @medplum/core > isBrowserEnvironment

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.