update packages

This commit is contained in:
Opportunity
2021-05-11 11:45:17 +08:00
Unverified
parent 0bc1cb1951
commit 86cca3257c
43 changed files with 3451 additions and 1758 deletions
+6
View File
@@ -54,3 +54,9 @@ export declare function mkdirP(fsPath: string): Promise<void>;
* @returns Promise<string> path to tool
*/
export declare function which(tool: string, check?: boolean): Promise<string>;
/**
* Returns a list of all occurrences of the given tool on the system path.
*
* @returns Promise<string[]> the paths of the tool
*/
export declare function findInPath(tool: string): Promise<string[]>;