Files
gitea-act-create-pr/node_modules/@actions/core/lib/file-command.d.ts
Philipp Horstenkamp ff32b18cc4
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 34s
Adding the rest back in.
2023-11-19 03:47:39 +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;