mwbot-ts - v1.2.7
    Preparing search index...

    Function isEmptyObject

    • Checks whether the given object is empty.

      Parameters

      • object: unknown

      Returns null | boolean

      A boolean indicating whether the object has no properties. null if the input is not an object.