UNPKG

electron-util

Version:

Useful utilities for Electron apps and modules

13 lines (12 loc) 830 B
export { menuBarHeight } from './window.js'; export { type AboutMenuItemOptions, type ShowAboutWindowOptions, aboutMenuItem, showAboutWindow, } from './about-window.js'; export { activeWindow } from './active-window.js'; export { appMenu } from './app-menu.js'; export { darkMode, type DarkMode } from './dark-mode.js'; export { debugInfo } from './debug-info.js'; export { enforceMacOSAppLocation } from './enforce-macos-app-location.js'; export { isFirstAppLaunch } from './first-app-launch.js'; export { electronVersion, isElectron, isUsingAsar, fixPathForAsarUnpack, } from '../node/index.js'; export { isDev } from './dev.js'; export { setContentSecurityPolicy } from './security-policy.js'; export { type CenterWindowOptions, type GetWindowBoundsCenteredOptions, centerWindow, getWindowBoundsCentered, } from './window.js';