UNPKG

@lynker-desktop/devtron

Version:

Electron DevTools Extension to track IPC events

7 lines (6 loc) 220 B
/** * This file patches the Electron IPCMain methods to track events * and send them to the renderer process. * It is required in the main process of the Electron app. */ export declare function monitorMain(): void;