@google-github-actions/actions-utils
@google-github-actions/actions-utils / encoding / toBase64
toBase64(
input):string
Defined in: encoding.ts:24
toBase64 base64 encodes the input as URL-encoded, unpadded.
String or Buffer to encode as base64.
string | Buffer<ArrayBufferLike>
string
URL-encoded, unpadded base64 string.