aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node_modules/@actions/core/lib/utils.d.ts
blob: b39c9be982e1648f245592e6194ed7f29957fe4c (plain) (blame)
1
2
3
4
5
/**
 * Sanitizes an input into a string so it can be passed into issueCommand safely
 * @param input input to sanitize into a string
 */
export declare function toCommandValue(input: any): string;