Libra CodeHub
CedarCopilot/cedar-mail
staging
Code
Pull requests
7
Commits
Insights
Runs
cedar-mail
/
apps
/
mail
/
lib
/
is-electron.ts
is-electron.ts
100 B
View on GitHub
export const isElectron = (): boolean => typeof window !== 'undefined' && 'electronAPI' in window