Skip to content

weixin-ts / cdn/src / toBase64

Function: toBase64()

toBase64(bytes): string

Defined in: cdn/src/utils.ts:57

Convert a Uint8Array to a base64 string.

Parameters

bytes

Uint8Array

Returns

string

Released under the MIT License.