⚠️ Internal: This API is not publically exported by the package.
Is: {
    linux: boolean;
    macAppStore: boolean;
    macos: boolean;
    main: boolean;
    renderer: boolean;
    windows: boolean;
    windowsStore: boolean;
}

Type declaration

  • Readonly linux: boolean

    Running on Linux.

  • Readonly macAppStore: boolean

    The app is an Mac App Store build.

  • Readonly macos: boolean

    Running on macOS.

  • Readonly main: boolean

    Running on the main process.

  • Readonly renderer: boolean

    Running on the renderer process.

  • Readonly windows: boolean

    Running on Windows.

  • Readonly windowsStore: boolean

    The app is a Windows Store AppX build.