thedesk/app/node_modules/app-builder-lib/out/util/bundledTool.d.ts
2019-09-12 23:38:13 +09:00

7 lines
239 B
TypeScript

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;