@theia/core
Version:
Theia is a cloud & desktop IDE framework implemented in TypeScript.
7 lines • 311 B
TypeScript
export declare const ElectronMainApplicationGlobals: unique symbol;
export interface ElectronMainApplicationGlobals {
readonly THEIA_APP_PROJECT_PATH: string;
readonly THEIA_BACKEND_MAIN_PATH: string;
readonly THEIA_FRONTEND_HTML_PATH: string;
}
//# sourceMappingURL=electron-main-constants.d.ts.map