1
0
mirror of https://github.com/stCarolas/setup-maven.git synced 2025-04-03 02:45:37 +00:00
setup-maven/node_modules/@actions/core/lib/utils.d.ts

6 lines
197 B
TypeScript

/**
* 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;