LarpixClient/electron/node_modules/app-builder-lib/out/electron/electronVersion.d.ts
2026-05-10 14:02:17 +02:00

8 lines
468 B
TypeScript

import { Lazy } from "lazy-val";
import { Configuration } from "../configuration";
export declare type MetadataValue = Lazy<{
[key: string]: any;
} | null>;
export declare function getElectronVersion(projectDir: string, config?: Configuration, projectMetadata?: MetadataValue): Promise<string>;
export declare function getElectronVersionFromInstalled(projectDir: string): Promise<any>;
export declare function getElectronPackage(projectDir: string): Promise<any>;