ichigyou
    Preparing search index...

    Function isEmptyObject

    • Checks if a given object is empty.

      Parameters

      • obj: Record<string, unknown>

        The object to be checked.

      Returns boolean

      true if the object is empty, false otherwise.