init
This commit is contained in:
8
mc_test/node_modules/app-builder-lib/out/electron/electronVersion.d.ts
generated
vendored
Executable file
8
mc_test/node_modules/app-builder-lib/out/electron/electronVersion.d.ts
generated
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
import { Lazy } from "lazy-val";
|
||||
import { Configuration } from "../configuration";
|
||||
export type MetadataValue = Lazy<{
|
||||
[key: string]: any;
|
||||
} | null>;
|
||||
export declare function getElectronVersion(projectDir: string, config?: Configuration): Promise<string>;
|
||||
export declare function getElectronVersionFromInstalled(projectDir: string): Promise<string | null>;
|
||||
export declare function getElectronPackage(projectDir: string): Promise<any>;
|
||||
Reference in New Issue
Block a user