src/utils/electron.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { get } from 'lodash/fp';

export const isElectron = process && get('electron', process.versions);