@hexafuchs/what.js
    Preparing search index...

    Function isNotEmpty

    • Returns whether the object is considered not empty.

      This includes everything except:

      • null
      • undefined
      • false
      • 0 and 0.0
      • empty array []
      • empty object {}
      • empty set
      • empty map

      Parameters

      • object: unknown

      Returns boolean