update packages to fix add-path

This commit is contained in:
ruki
2020-11-17 22:31:36 +08:00
Unverified
parent f2a225534c
commit 4fc6b5b47d
19 changed files with 101 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
/**
* Sanitizes an input into a string so it can be passed into issueCommand safely
* @param input input to sanitize into a string
*/
export declare function toCommandValue(input: any): string;