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
@@ -13,9 +13,4 @@ interface CommandProperties {
*/
export declare function issueCommand(command: string, properties: CommandProperties, message: any): void;
export declare function issue(name: string, message?: string): void;
/**
* 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;
export {};