UNPKG

@el3um4s/ipc-for-electron

Version:

A package to simplify the communication between renderer and node js in Electron applications

5 lines (4 loc) 225 B
import IPC from "./IPC/IPC"; import generateContextBridge from "./IPC/contextBridge"; import { APIChannels, SendChannels } from "./IPC/channelsInterface"; export { IPC, generateContextBridge, APIChannels, SendChannels };