mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-22 16:39:12 +08:00
3 lines
160 B
TypeScript
3 lines
160 B
TypeScript
export declare function issueFileCommand(command: string, message: any): void;
|
|
export declare function prepareKeyValueMessage(key: string, value: any): string;
|