UNPKG

239 BTypeScriptView Raw
1export interface ToolInfo {
2 path: string;
3 env?: any;
4}
5export declare function computeEnv(oldValue: string | null | undefined, newValues: Array<string>): string;
6export declare function computeToolEnv(libPath: Array<string>): any;