MCPcopy Index your code
hub / github.com/gitify-app/gitify / isMacOS

Function isMacOS

src/shared/platform.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 * @returns `true` on macOS, `false` otherwise.
14 */
15export function isMacOS(): boolean {
16 return process.platform === 'darwin';
17}
18
19/**
20 * Returns `true` if the current operating system is Windows.

Callers 4

index.tsFile · 0.90
buildMenuMethod · 0.90
platform.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected