Files
release-action/node_modules/@actions/core/lib/utils.d.ts
Nick Cipollo 95215a3cb6
Some checks failed
Test / check_pr (push) Has been cancelled
Prepate 1.8.5 release
2021-05-12 11:44:59 -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;