deployphp/node_modules/@actions/core/lib/file-command.d.ts
2023-01-10 15:46:25 +01:00

3 lines
160 B
TypeScript

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