Files
Remote-Control-Center/mc_test/node_modules/app-builder-lib/out/util/bundledTool.d.ts
2025-11-25 09:56:15 +03:00

7 lines
239 B
TypeScript
Executable File

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;