UNPKG

@el3um4s/ipc-for-electron-system-info

Version:

Allow the renderer to get information about the version of Electron, Chrome and NodeJS used

5 lines (4 loc) 172 B
import { SystemInfo, IsWindows } from "./interfaces"; declare const version: () => SystemInfo; declare const isWindows: () => IsWindows; export { version, isWindows };