• Removes the '0x' prefix from a hexadecimal string if it exists.

    Returns

    The input string with the '0x' prefix removed, if present.

    Parameters

    • str: string

      The input string.

    Returns any

Generated using TypeDoc