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