hyper/lib/utils/ipc.ts
2023-07-23 21:56:40 +05:30

4 lines
166 B
TypeScript

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