@espressif/rainmaker-base-cdf
    Preparing search index...

    Function isEmptyObject

    • Checks if an object is empty (null, undefined, or has no keys).

      Parameters

      • obj: any

        The object to check

      Returns boolean

      True if the object is null, undefined, or has no enumerable keys