Files

3 lines
160 B
TypeScript
Raw Permalink Normal View History

2022-10-10 11:17:09 +02:00
export declare function issueFileCommand(command: string, message: any): void;
export declare function prepareKeyValueMessage(key: string, value: any): string;