Skip to the content.

Function: isValidHexString()

function isValidHexString(hex: string): boolean;

Defined in: src/utils.ts:128

Validates if a string is a valid hexadecimal string

Parameters

hex

string

Returns

boolean