Documentation
    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/hexToArrayBuffer.test.ts#example}