Files
codeql-action/node_modules/@actions/core/lib/file-command.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
160 B
TypeScript
Raw Normal View History

2022-10-13 13:25:43 -07:00
export declare function issueFileCommand(command: string, message: any): void;
export declare function prepareKeyValueMessage(key: string, value: any): string;