update dependency after merge from master

This commit is contained in:
Slawomir Jaranowski
2020-10-16 17:22:32 +02:00
parent ff8dced6da
commit 92800f80ea
25 changed files with 90 additions and 6509 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 {};