mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
|
|
import {ipcRenderer as _ipc} from 'electron';
|
||
|
|
import type {IpcRendererWithCommands} from '../../common';
|
||
|
|
|
||
|
|
export const ipcRenderer = _ipc as IpcRendererWithCommands;
|