hyper/builder/lib/utils/ipc.ts
2025-08-10 02:06:07 -04:00

5 lines
175 B
TypeScript

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