UNPKG

electron-util

Version:

Useful utilities for Electron apps and modules

5 lines (4 loc) 103 B
/** Check if the app is running in development. */ export { default as isDev } from 'electron-is-dev';