UNPKG

builder-util

Version:

Various utilities. Used by [electron-builder](https://github.com/electron-userland/electron-builder).

10 lines (9 loc) 300 B
export declare const EXEC_TIMEOUT: { timeout: number; }; 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;