mirror of
https://github.com/quine-global/hyper.git
synced 2026-03-14 08:58:41 -08:00
5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
import {ipcRenderer as _ipc} from 'electron';
|
|
|
|
import type {IpcRendererWithCommands} from '../../typings/common';
|
|
|
|
export const ipcRenderer = _ipc as IpcRendererWithCommands;
|