UNPKG

interprocess

Version:

A scalable and type-safe Electron IPC management tool with enhanced DX

3 lines (2 loc) 179 B
import type { IPCMainEvent } from '../types'; export declare function createMainInternalIpcHandler(channel: string, listener: (event: IPCMainEvent, ...args: any[]) => any): void;