Skip to content

weixin-ts / cdn/src / fromHex

Function: fromHex()

fromHex(hex): Uint8Array

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

Convert a hex string to Uint8Array.

Parameters

hex

string

Returns

Uint8Array

Released under the MIT License.