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

    Function assertIsEmpty

    • Asserts the object is considered empty.

      This includes:

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

      Parameters

      • object: unknown

      Returns void