mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
4 lines
174 B
TypeScript
4 lines
174 B
TypeScript
import {ipcRenderer as _ipc} from 'electron';
|
|
import type {IpcRendererWithCommands} from '../../typings/common';
|
|
|
|
export const ipcRenderer = _ipc as IpcRendererWithCommands;
|