thedesk/app/node_modules/app-builder-lib/out/util/bundledTool.d.ts

7 lines
239 B
TypeScript
Raw Normal View History

2019-09-13 00:38:13 +10:00
export interface ToolInfo {
path: string;
env?: any;
}
export declare function computeEnv(oldValue: string | null | undefined, newValues: Array<string>): string;
export declare function computeToolEnv(libPath: Array<string>): any;