Skip to content

weixin-ts / cdn/src / toHex

Function: toHex()

toHex(bytes): string

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

Convert a Uint8Array to a hex string.

Parameters

bytes

Uint8Array

Returns

string

Released under the MIT License.