webhook/node_modules/@actions/core/lib/file-command.d.ts
2022-11-10 20:43:16 +10:00

2 lines
160 B
TypeScript

export declare function issueFileCommand(command: string, message: any): void;
export declare function prepareKeyValueMessage(key: string, value: any): string;