msvc-dev-cmd v1.4.1

This commit is contained in:
ilammy
2020-10-03 17:54:54 +03:00
16 changed files with 128 additions and 61 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;