UNPKG

electron-util

Version:

Useful utilities for Electron apps and modules

9 lines (8 loc) 507 B
export { appLaunchTimestamp } from './app-launch-timestamp.js'; export { chromeVersion } from './chrome.js'; export { openNewGitHubIssue } from './github-issue.js'; export { is } from './is.js'; export { type Choices, platform } from './platform.js'; export { runJS } from './run-js.js'; export { type SystemPreferencesMacOsPanes, type SystemPreferencesWindowsPanes, openSystemPreferences, } from './system-preferences.js'; export { type OpenUrlMenuItemOptions, openUrlMenuItem } from './url-menu-item.js';