Function isValidArray

  • An array is considered valid if it is an array and its length is greater than or equal to 0.

    Parameters

    • arr: unknown[]

      The array to be checked.

    Returns boolean

    Returns true if the array is valid, false otherwise.