You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
490 B
10 lines
490 B
import { ForgeListrTask } from '@electron-forge/shared-types';
|
|
export declare function checkValidPackageManagerVersion(packageManager: string, version: string, allowlistedVersions: string): void;
|
|
declare type SystemCheckContext = {
|
|
git: boolean;
|
|
node: boolean;
|
|
packageManager: boolean;
|
|
};
|
|
export declare function checkSystem(task: ForgeListrTask<never>): Promise<true | import("listr2").Listr<SystemCheckContext, any, any>>;
|
|
export {};
|
|
//# sourceMappingURL=check-system.d.ts.map
|