hyper/lib/utils/ipc.ts
2023-07-25 15:34:59 +05:30

4 lines
174 B
TypeScript

import {ipcRenderer as _ipc} from 'electron';
import type {IpcRendererWithCommands} from '../../typings/common';
export const ipcRenderer = _ipc as IpcRendererWithCommands;