thedesk/app/node_modules/app-builder-lib/out/electron/electronVersion.d.ts

8 lines
390 B
TypeScript
Raw Normal View History

2019-09-13 00:38:13 +10:00
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>;