Function objectIsEmpty

  • Function for recursively checking if all the values in an object is empty.

    Parameters

    • obj: Record<string, any>

      The object to consider.

    Returns boolean

    {boolean} Returns if the array is empty (true) or not (false).

Generated using TypeDoc