2023-07-22 05:57:32 -08:00
|
|
|
import {ipcRenderer as _ipc} from 'electron';
|
2023-07-25 01:39:51 -08:00
|
|
|
import type {IpcRendererWithCommands} from '../../typings/common';
|
2023-07-22 05:57:32 -08:00
|
|
|
|
|
|
|
|
export const ipcRenderer = _ipc as IpcRendererWithCommands;
|