stuff
This commit is contained in:
6
buildfiles/node_modules/app-builder-lib/out/util/bundledTool.d.ts
generated
vendored
Normal file
6
buildfiles/node_modules/app-builder-lib/out/util/bundledTool.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
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;
|
Reference in New Issue
Block a user