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

Function isWindows

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

Source from the content-addressed store, hash-verified

22 * @returns `true` on Windows, `false` otherwise.
23 */
24export function isWindows(): boolean {
25 return process.platform === 'win32';
26}

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected