@electron-forge/cli
Version:
A complete tool for building modern Electron applications
10 lines • 449 B
TypeScript
import { ForgeListrTask } from '@electron-forge/shared-types';
export declare function checkPackageManager(): Promise<string>;
export type SystemCheckContext = {
command: string;
git: boolean;
node: boolean;
packageManager: boolean;
};
export declare function checkSystem(callerTask: ForgeListrTask<SystemCheckContext>): Promise<true | import("listr2").Listr<SystemCheckContext, any, any>>;
//# sourceMappingURL=check-system.d.ts.map