is-electron.ts100 BView on GitHub
export const isElectron = (): boolean =>
  typeof window !== 'undefined' && 'electronAPI' in window