node_modules: update

This commit is contained in:
Dawid Dziurla
2020-11-12 16:41:30 +01:00
parent a216fccde8
commit a90a5a21fa
12 changed files with 95 additions and 39 deletions

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 {};