UNPKG

app-builder-lib

Version:
8 lines (7 loc) 278 B
import { Nullish } from "builder-util-runtime"; export interface ToolInfo { path: string; env?: any; } export declare function computeEnv(oldValue: string | Nullish, newValues: Array<string>): string; export declare function computeToolEnv(libPath: Array<string>): any;