Skip to main content

Function: removeHexPrefix()

function removeHexPrefix(str): string

Remove the hex prefix from the hex string.

Parameters

ParameterType

str

string

Returns

string

The base-16 string.

Defined

@nilfoundation/niljs/src/utils/hex.ts:23