Files
release-action/node_modules/@actions/core/lib/utils.d.ts
Nick Cipollo 880be3d0a7
Some checks failed
Test / check_pr (push) Has been cancelled
Prepare 1.8.6 release
2021-05-24 11:25:03 -04:00

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;