UNPKG

396 BTypeScriptView Raw
1export declare enum PACKAGE_MANAGERS {
2 YARN = "YARN",
3 NPM = "NPM"
4}
5declare const isSoftwareNotInstalled: (command: string) => Promise<boolean>;
6declare const doesSoftwareNeedToBeFixed: ({ version, versionRange, }: {
7 version: string;
8 versionRange: string;
9}) => boolean;
10export { isSoftwareNotInstalled, doesSoftwareNeedToBeFixed };
11//# sourceMappingURL=checkInstallation.d.ts.map
\No newline at end of file