Function undefinedSafeByteArrayJsonDeserializer

  • Deserializes a hexadecimal string into a Uint8Array, but only if the value is not undefined.

    Returns

    The decoded Uint8Array corresponding to the hexadecimal string, or undefined if input is undefined.

    Parameters

    • str: undefined | string

      The base-16 encoded string to be deserialized (or undefined).

    Returns undefined | Uint8Array

Generated using TypeDoc