@cnri/encoding
    Preparing search index...

    Variable decode

    decode: (str: string) => Uint8Array<ArrayBuffer>

    Type declaration

      • (str: string): Uint8Array<ArrayBuffer>
      • Decodes a hexadecimal string into a byte array.

        Parameters

        • str: string

          The hexadecimal string to decode

        Returns Uint8Array<ArrayBuffer>

        A Uint8Array containing the decoded bytes