hyper/lib/utils/ipc.ts

5 lines
166 B
TypeScript
Raw Normal View History

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