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

    Function assertIsNotEmpty

    • Asserts the object is not considered empty.

      This includes everything except:

      • null
      • undefined
      • false
      • 0 or 0.0
      • empty array []
      • empty object {}

      Parameters

      • object: unknown

      Returns void