Function isBytes

  • Check if a value is a Uint8Array.

    Returns

    Whether the value is a Uint8Array.

    Parameters

    • value: unknown

      The value to check.

    Returns value is Uint8Array