wishthis/node_modules/@actions/core/lib/file-command.d.ts
2022-09-30 15:48:25 +02:00

2 lines
160 B
TypeScript

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