dev-env-installer
Version:
[](https://travis-ci.org/mulesoft-labs/dev-env-installer)
10 lines (9 loc) • 706 B
TypeScript
import index = require("./index");
export declare function execProcess(command: string, wrkDir: string, logEnabled?: boolean, errLogEnabled?: boolean, messageBefore?: string, messageAfter?: string, messageError?: string, maxLogLength?: number, onError?: (err) => void): number;
export declare function getCliArgumentByName(argumentName: string): string;
export declare function hasCliArgument(argumentName: string, mustHaveValue?: boolean): boolean;
export declare function createSymlink(absoluteSrc: string, absoluteDst: string): void;
export declare function isWindows(): boolean;
export declare function loadModulesStaticInfo(workspaceDescriptor: string): {
[name: string]: index.DetectedModule;
};