UNPKG

electron-util

Version:

Useful utilities for Electron apps and modules

3 lines (2 loc) 119 B
import process from 'node:process'; export const chromeVersion = process.versions.chrome?.replace(/\.\d+$/, '') ?? '';