UNPKG

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

Version:

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

4 lines (3 loc) 110 B
import { IPC } from "@el3um4s/ipc-for-electron"; declare const systemInfo: IPC; export default systemInfo;