@ceeblue/web-utils
    Preparing search index...

    Function hexToArrayBuffer

    • Beta

      Decodes a hexadecimal string into an ArrayBuffer.

      Parameters

      • hex: string

        The hexadecimal string to decode.

      Returns ArrayBuffer

      The decoded ArrayBuffer.

      {@includeCode ../../test/utils/hexToArrayBuffer.test.ts#example}