UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

6 lines 276 B
/** * Electron-IPC-specific connection handler. * Use this if you want to establish communication between the frontend and the electron-main process. */ export declare const ElectronConnectionHandler: unique symbol; //# sourceMappingURL=electron-connection-handler.d.ts.map