UNPKG
@lynker-desktop/devtron
Version:
latest (0.0.0-alpha.9)
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.6
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
Electron DevTools Extension to track IPC events
@lynker-desktop/devtron
/
dist
/
types
/
lib
/
electron-main-tracker.d.ts
7 lines
(6 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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;