send-mail/node_modules/@actions/core/lib/file-command.d.ts

3 lines
160 B
TypeScript
Raw Normal View History

2022-10-21 21:52:45 +07:00
export declare function issueFileCommand(command: string, message: any): void;
export declare function prepareKeyValueMessage(key: string, value: any): string;