Skip to content

Vizel API / core/src / isVizelMacPlatform

Function: isVizelMacPlatform()

ts
function isVizelMacPlatform(): boolean;

Defined in: packages/core/src/utils/keyboard.ts:27

Detect if the current platform is macOS. Returns false during SSR (no navigator).

Returns

boolean

Released under the MIT License.