UNPKG

interprocess

Version:

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

3 lines (2 loc) 132 B
import type { IPCFactoryProps } from '../types'; export declare function createIpcSlice<T extends IPCFactoryProps<T>>(props: T): T;