0
1
mirror of https://github.com/actions/setup-go synced 2024-06-01 18:38:04 +02:00
setup-go/node_modules/@actions/core/lib/utils.d.ts

6 lines
197 B
TypeScript
Raw Normal View History

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